mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[ie/WrestleUniversePPV] Fix HLS AES key extraction
Fix bug in ef8fb7f029
Closes #7708
Authored by: bashonly
This commit is contained in:
parent
95abea9a03
commit
dae349da97
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ def _real_extract(self, url):
|
|||
info['hls_aes'] = {
|
||||
'key': hls_aes_key,
|
||||
'iv': traverse_obj(video_data, ('hls', 'iv', {decrypt})),
|
||||
},
|
||||
}
|
||||
elif traverse_obj(video_data, ('hls', 'encryptType', {int})):
|
||||
self.report_warning('HLS AES-128 key was not found in API response')
|
||||
|
||||
|
|
Loading…
Reference in a new issue