Skip to content

Commit

Permalink
alternative version string to download from sourceforge;
Browse files Browse the repository at this point in the history
fixes kivy#573
  • Loading branch information
brussee committed Jan 11, 2016
1 parent fdb2b5f commit 451934f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pythonforandroid/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@


class ChromeDownloader(FancyURLopener):
version = (
'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 '
'(KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36')
version = ('Wget/1.17.1')

urlretrieve = ChromeDownloader().retrieve

Expand Down

0 comments on commit 451934f

Please sign in to comment.