Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jedagr committed Jan 25, 2018
1 parent 98e36cb commit ba0e2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -5,7 +5,7 @@
import lxml.html
#
# # Read in a page
html = scraperwiki.scrape("https://uk.soccerway.com/teams/england/661/")
html = scraperwiki.scrape("https://uk.soccerway.com/teams/england/chelsea-football-club/661/")
#
# # Find something on the page using css selectors
root = lxml.html.fromstring(html)
Expand Down

0 comments on commit ba0e2e8

Please sign in to comment.