Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bethanjhn committed Jul 30, 2019
1 parent 5fb114f commit c08f04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -36,7 +36,7 @@ def scrape_and_look_for_next_link(url):
html = scraperwiki.scrape(url)
print html
root = lxml.html.fromstring(html)
scrape_table(root)
# scrape_table(root)
# Below would find a next button on the page and select it, then loop through that page etc
# next_link = root.cssselect("a.next")
# print next_link
Expand Down

0 comments on commit c08f04d

Please sign in to comment.