Skip to content

Commit

Permalink
Create scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
walinchus committed Jun 14, 2017
1 parent 07e619e commit 4615655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scraper.py
Expand Up @@ -109,6 +109,7 @@ def scrape_table(root):
print next_link'''

def scrape_and_look_for_next_link(url):
next_link = 0
for i in range(1,744):
html = scraperwiki.scrape(url)
#print html
Expand Down

0 comments on commit 4615655

Please sign in to comment.