Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CSCG committed Apr 27, 2016
1 parent 2048022 commit b128138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -27,7 +27,7 @@
import lxml.html
import lxml.etree
import pprint
html = scraperwiki.scrape("http://www.metacritic.com/music")
html = scraperwiki.scrape("https://www.metacritic.com/music")
root = lxml.html.fromstring(html)
xp_items = lxml.etree.XPath(
u"/".join((
Expand Down

0 comments on commit b128138

Please sign in to comment.