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"}) #