Skip to content

Commit

Permalink
Fix URL after bintray made a change
Browse files Browse the repository at this point in the history
  • Loading branch information
pstavirs committed Feb 2, 2015
1 parent 86118b7 commit ad7b290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -7,7 +7,7 @@
downloads = {}

for package in ['ostinato-bin-win32', 'ostinato-bin-osx-universal', 'ostinato-src']:
page = requests.get('https://bintray.com/pstavirs/ostinato/'+package+'/view/statistics')
page = requests.get('https://bintray.com/pstavirs/ostinato/'+package+'/#statistics')
doc = lxml.html.document_fromstring(page.text)

# get the javascript snippet containing the downloads data
Expand Down

0 comments on commit ad7b290

Please sign in to comment.