Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GravityTwin committed Jan 25, 2018
1 parent b99c36f commit d2ee403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -13,7 +13,7 @@
# # Find something on the page using css selectors
root = lxml.html.fromstring(html)
print root
root.cssselect("div[align='left']")
root.cssselect("div[align='a']")
selectthings = root.cssselect("a")
print selectthings
for i in selecthings:
Expand Down

0 comments on commit d2ee403

Please sign in to comment.