projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0c982c
)
Update User-Agent string
author
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 24 Oct 2010 15:35:08 +0000
(17:35 +0200)
committer
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:28:45 +0000
(11:28 +0100)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 2a51ef4212c9ca80f0bd169e1931de72836b97ba..9ae0a47478ef9ddd50711b9719c8ac8ed4041d25 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-28,7
+28,7
@@
except ImportError:
from cgi import parse_qs
std_headers = {
- 'User-Agent': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.
8) Gecko/20100723 Firefox/3.6.8
',
+ 'User-Agent': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.
11) Gecko/20101019 Firefox/3.6.11
',
'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-Language': 'en-us,en;q=0.5',