diff options
| author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-04-15 20:17:16 +0200 | 
|---|---|---|
| committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:24:08 +0100 | 
| commit | b0eddb2eb4b8cad325ba3224c8550a21f67e4315 (patch) | |
| tree | f9e0718bef00aa1f08261cdb52c93971d460307f | |
| parent | 9cee6d903589093e4f5d2b2ced297f4af1d65fef (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 0abfaef38..20e26f99c 100755 --- a/youtube-dl +++ b/youtube-dl @@ -19,7 +19,7 @@ import urllib  import urllib2  std_headers = { -	'User-Agent': 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5', +	'User-Agent': 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8',  	'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', | 
