Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
slow-mo committed Mar 26, 2018
1 parent d7a88c9 commit 992a07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -20,7 +20,7 @@ def str_date(str):
return ""

def scrape_gu(url):
print url
emettitore = ""
html = scraperwiki.scrape(url)
root = lxml.html.fromstring(html)
t = root.cssselect("span[class='estremi']")
Expand Down

0 comments on commit 992a07d

Please sign in to comment.