Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmodiddley committed Jan 20, 2016
1 parent 8b6c77d commit 0015a3f
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 @@
# root = lxml.html.fromstring(html)
# root.cssselect("div[align='left']")
#
urltoscrape = "www.bbc.co.uk/cricket
urltoscrape = "www.bbc.co.uk/cricket"
print urltoscrape
# # Write out to the sqlite database using scraperwiki library
# scraperwiki.sqlite.save(unique_keys=['name'], data={"name": "susan", "occupation": "software developer"})
Expand Down

0 comments on commit 0015a3f

Please sign in to comment.