Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Fahima-Khatun committed Feb 19, 2019
1 parent 69fea35 commit 760ef64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -11,7 +11,7 @@
print(html)
# # Find something on the page using css selectors
root = lxml.html.fromstring(html)
root.cssselect("div[align='left']")
root.cssselect("a")
print(root.cssselect("a"))
listofmatches=root.cssselect("a")
for match in listofmatches:
Expand Down

0 comments on commit 760ef64

Please sign in to comment.