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 26, 2019
1 parent bfdd422 commit 49452b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scraper.py
Expand Up @@ -8,7 +8,6 @@
# # Read in a page
html = scraperwiki.scrape("https://www.sdlauctions.co.uk/property-list/")
# print this
print(html)
# # Find something on the page using css selectors
root = lxml.html.fromstring(html)
root.cssselect("li p a")
Expand Down

0 comments on commit 49452b0

Please sign in to comment.