Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbradshaw committed Feb 25, 2019
1 parent 61bd061 commit 318e100
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.py
Expand Up @@ -12,7 +12,8 @@
html = scraperwiki.scrape("https://www.sdlauctions.co.uk/property-list/")
print(html)
#
# # Find something on the page using css selectors
# Find something on the page using css selectors
root = lxml.html.fromstring(html)
#Change "li p a" to a different CSS selector to grab something else
#Look for an a tag inside a p tag inside an li tag
#Store the matches in 'matchedlinks'
Expand Down

0 comments on commit 318e100

Please sign in to comment.