From 381e7f9f2f8000fab09ae362304f587b4aef4f37 Mon Sep 17 00:00:00 2001 From: bethanjhn <46195797+bethanjhn@users.noreply.github.com> Date: Tue, 30 Jul 2019 13:09:12 +0100 Subject: [PATCH] Update scraper.py --- scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper.py b/scraper.py index 0376f2b..ef7614a 100644 --- a/scraper.py +++ b/scraper.py @@ -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