Skip to content

Commit

Permalink
Update and fix User-Agent header
Browse files Browse the repository at this point in the history
  • Loading branch information
rg3 authored and Ricardo Garcia committed Jul 22, 2008
1 parent f97c8db commit 7414bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube-dl
Expand Up @@ -17,7 +17,7 @@ import urllib
import urllib2

std_headers = {
'User-Agent': 'UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0',
'User-Agent': 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1',
'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',
Expand Down

0 comments on commit 7414bdf

Please sign in to comment.