summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-02-12 21:07:21 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:26:30 +0100
commit4cfeb46544e274fb7a855bfe017b44186021872d (patch)
tree1e472aff5cdba9583d71c1416ccbeab335126c79
parent490fd7aea74dd4880765f88ce4a97e01ad2733af (diff)
downloadyoutube-dl-4cfeb46544e274fb7a855bfe017b44186021872d.tar.gz
youtube-dl-4cfeb46544e274fb7a855bfe017b44186021872d.tar.xz
youtube-dl-4cfeb46544e274fb7a855bfe017b44186021872d.zip
Update user-agent string
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index 792acd3ae..2e9ac6265 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -27,7 +27,7 @@ except ImportError:
 	from cgi import parse_qs
 
 std_headers = {
-	'User-Agent': 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2',
+	'User-Agent': 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6'
 	'Accept-Charset': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7',
 	'Accept': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5',
 	'Accept-Language': 'en-us,en;q=0.5',