]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/vzaar.py
[downloader/hls] Allow extractors to provide AES key (#6158)
[yt-dlp.git] / yt_dlp / extractor / vzaar.py
index 6b9817c9ec2e35a29de60402244966505e171ea3..19908a929d203f73fcd154ea35b3afc67639e4f8 100644 (file)
@@ -87,7 +87,7 @@ def _real_extract(self, url):
                 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 {