mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[ie/WrestleUniversePPV] Fix HLS AES key extraction
Fix bug in ef8fb7f029
Closes #7708
Authored by: bashonly
			
			
This commit is contained in:
		| @@ -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') | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bashonly
					bashonly