From 9a4fdcfd438dff2735934443b636811732cdcc47 Mon Sep 17 00:00:00 2001 From: AlexandruBratu <43742145+AlexandruBratu@users.noreply.github.com> Date: Tue, 19 Feb 2019 12:12:18 +0000 Subject: [PATCH] Update scraper.py --- scraper.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scraper.py b/scraper.py index a1e1856..f2f35a8 100644 --- a/scraper.py +++ b/scraper.py @@ -17,6 +17,8 @@ print(root.cssselect("div#footer")) print(root) listofmatches = root.cssselect("a") +for match in listofmatches: + print(match) # # Write out to the sqlite database using scraperwiki library # scraperwiki.sqlite.save(unique_keys=['name'], data={"name": "susan", "occupation": "software developer"}) #