Let YoutubeDLHandler (transparent gzip) handle HTTPS URLs as well (Needed for #579)
This commit is contained in:
parent
077174f4ed
commit
0f8d03f81c
1 changed files with 3 additions and 0 deletions
|
@ -506,3 +506,6 @@ class YoutubeDLHandler(compat_urllib_request.HTTPHandler):
|
|||
resp = self.addinfourl_wrapper(gz, old_resp.headers, old_resp.url, old_resp.code)
|
||||
resp.msg = old_resp.msg
|
||||
return resp
|
||||
|
||||
https_request = http_request
|
||||
https_response = http_response
|
||||
|
|
Loading…
Reference in a new issue