Skip to content

Commit

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

0 comments on commit 9a4fdcf

Please sign in to comment.