[ie/WrestleUniversePPV] Fix HLS AES key extraction

Fix bug in ef8fb7f029

Closes #7708
Authored by: bashonly
pull/7710/head
bashonly 11 months ago
parent 95abea9a03
commit dae349da97
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -300,7 +300,7 @@ class WrestleUniversePPVIE(WrestleUniverseBaseIE):
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…
Cancel
Save