Skip to content

Commit

Permalink
2015-2016 data
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic-horbas committed Sep 29, 2016
1 parent c2ba999 commit afe36d8
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 @@ -20,7 +20,7 @@ def duckint(i):
scraperwiki.sqlite.execute('create table if not exists score (%s)'%lstring)

#url='http://sports.yahoo.com/nhl/stats/byposition?pos=D'
url='http://sports.yahoo.com/nhl/stats/byposition?pos=G&conference=NHL&year=season_2014&qualified=1'
url='http://sports.yahoo.com/nhl/stats/byposition?pos=G&conference=NHL&year=season_2015&qualified=1'
html=requests.get(url).content
root=lxml.html.fromstring(html)

Expand Down

0 comments on commit afe36d8

Please sign in to comment.