mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-12 10:11:07 +01:00
Let YoutubeDLHandler (transparent gzip) handle HTTPS URLs as well (Needed for #579)
This commit is contained in:
parent
077174f4ed
commit
0f8d03f81c
@ -506,3 +506,6 @@ def http_response(self, req, resp):
|
|||||||
resp = self.addinfourl_wrapper(gz, old_resp.headers, old_resp.url, old_resp.code)
|
resp = self.addinfourl_wrapper(gz, old_resp.headers, old_resp.url, old_resp.code)
|
||||||
resp.msg = old_resp.msg
|
resp.msg = old_resp.msg
|
||||||
return resp
|
return resp
|
||||||
|
|
||||||
|
https_request = http_request
|
||||||
|
https_response = http_response
|
||||||
|
Loading…
Reference in New Issue
Block a user