Skip to content

Commit

Permalink
Request page compression by default, like Firefox does
Browse files Browse the repository at this point in the history
  • Loading branch information
rg3 committed Dec 16, 2010
1 parent 975a91d commit a57ed21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youtube-dl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ std_headers = {
'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-Encoding': 'gzip, deflate',
'Accept-Language': 'en-us,en;q=0.5',
}

Expand Down

0 comments on commit a57ed21

Please sign in to comment.