Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelBCU committed Feb 19, 2019
1 parent 4a0307a commit 0dc46b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scraper.py
Expand Up @@ -15,6 +15,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"})
Expand Down

0 comments on commit 0dc46b4

Please sign in to comment.