We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb14487 commit edadb09Copy full SHA for edadb09
1 file changed
pythonforandroid/util.py
@@ -22,9 +22,7 @@
22
23
24
class ChromeDownloader(FancyURLopener):
25
- version = (
26
- 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 '
27
- '(KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36')
+ version = ('Wget/1.17.1')
28
29
urlretrieve = ChromeDownloader().retrieve
30
0 commit comments