mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-21 00:45:21 +00:00
[downloader/hls] Allow extractors to provide AES key (#6158)
and related cleanup Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
This commit is contained in:
@@ -87,7 +87,7 @@ class VzaarIE(InfoExtractor):
|
||||
m3u8_id='hls', fatal=False)
|
||||
if hls_aes:
|
||||
for f in m3u8_formats:
|
||||
f['_decryption_key_url'] = url_templ % ('goose', '') + qs
|
||||
f['hls_aes'] = {'uri': url_templ % ('goose', '') + qs}
|
||||
formats.extend(m3u8_formats)
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user