Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RWilletts92 committed Feb 26, 2019
1 parent fcf733b commit f31470d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -6,7 +6,7 @@
#
# # Read in a page
html = scraperwiki.scrape("https://www.sdlauctions.co.uk/property-list/")
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 f31470d

Please sign in to comment.