[ie/WrestleUniversePPV] Fix HLS AES key extraction

Fix bug in ef8fb7f029

Closes #7708
Authored by: bashonly
pull/7710/head
bashonly 2023-07-27 09:53:22 -05:00
rodzic 95abea9a03
commit dae349da97
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 783F096F253D15B0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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')