diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-11-19 19:40:18 +0100 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-11-19 19:40:18 +0100 |
commit | 010ebaf7832f41a5842c2a9ac316943b0efc5c2b (patch) | |
tree | 09e74ca56d30d77f6679f9b0881acc3cb07fb08f | |
parent | 138b11f36ee5e8018c29621d39c324d98d8291cc (diff) |
Update User-Agent string
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index 3d20a9d6d..94e04d4cd 100755 --- 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.11) Gecko/20101019 Firefox/3.6.11', + 'User-Agent': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101028 Firefox/3.6.12', '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', |