aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/vzaar.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/vzaar.py')
-rw-r--r--hypervideo_dl/extractor/vzaar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/vzaar.py b/hypervideo_dl/extractor/vzaar.py
index 6b9817c..19908a9 100644
--- a/hypervideo_dl/extractor/vzaar.py
+++ b/hypervideo_dl/extractor/vzaar.py
@@ -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 {