mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
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 @@ def http_response(self, req, resp):
|
|||
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