Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emilylowes committed Feb 26, 2019
1 parent 18dc659 commit adddde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -5,7 +5,7 @@
import lxml.html
#
# # Read in a page
html = scraperwiki.scrape("https://www.sdlauctions.co.uk/property-list/")
#html = scraperwiki.scrape("https://www.sdlauctions.co.uk/property-list/")
#
# # Find something on the page using css selectors
root = lxml.html.fromstring(html)
Expand Down

0 comments on commit adddde1

Please sign in to comment.