[utils] Change Firefox 44 to 47
authorPaul Henning <vxbinaca@users.noreply.github.com>
Sat, 11 Jun 2016 09:36:31 +0000 (05:36 -0400)
committerGitHub <noreply@github.com>
Sat, 11 Jun 2016 09:36:31 +0000 (05:36 -0400)
See commit title.

youtube_dl/utils.py

index f77ab865093604f217ab6b2da824f340327df652..0acbd67de289915ca7b6cd60f2a08985bb9d7dd4 100644 (file)
@@ -76,7 +76,7 @@ def register_socks_protocols():
 compiled_regex_type = type(re.compile(''))
 
 std_headers = {
-    'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/44.0 (Chrome)',
+    'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)',
     'Accept-Charset': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7',
     'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
     'Accept-Encoding': 'gzip, deflate',