X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=youtube_dl%2Futils.py;h=d22b0313460f4dc42453bcd7772bd59f5dcfe074;hb=3fcfb8e9faf3cf1dcadedd6fecc5158a86d07065;hp=2970d02a1a535d3f86296456e13e8bee130d3c93;hpb=384b62028a4c3c35727d714ccfc9944a36934069;p=youtube-dl diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index 2970d02a1..d22b03134 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -606,11 +606,6 @@ class YoutubeDLHandler(compat_urllib_request.HTTPHandler): if 'Accept-encoding' in req.headers: del req.headers['Accept-encoding'] del req.headers['Youtubedl-no-compression'] - if 'Youtubedl-user-agent' in req.headers: - if 'User-agent' in req.headers: - del req.headers['User-agent'] - req.headers['User-agent'] = req.headers['Youtubedl-user-agent'] - del req.headers['Youtubedl-user-agent'] if sys.version_info < (2, 7) and '#' in req.get_full_url(): # Python 2.6 is brain-dead when it comes to fragments