Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
walinchus committed May 25, 2017
1 parent 37e71e7 commit 0b4a774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ def scrape_page(url):
#create a URL called 'next_link' which adds that ID to the end of the base_url variable
next_link = base_url+item+'.html'
#pass that new concatenated URL to a function, 'scrape_page', which is scripted above
print next_link
scrape_page(next_link)

0 comments on commit 0b4a774

Please sign in to comment.