Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
salsvolatile committed Jan 25, 2018
1 parent 1c68974 commit 3f760cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
html = scraperwiki.scrape("http://foo.com")
print html
# # Find something on the page using css selectors
# root = lxml.html.fromstring(html)
root = lxml.html.fromstring(html)
# root.cssselect("div[align='left']")
#
# # Write out to the sqlite database using scraperwiki library
Expand Down

0 comments on commit 3f760cb

Please sign in to comment.