mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	| @@ -147,7 +147,7 @@ class ITVIE(InfoExtractor): | ||||
|         platform_tag_video, featureset_video = next( | ||||
|             ((platform_tag, featureset) | ||||
|              for platform_tag, featuresets in reversed(list(variants.items())) for featureset in featuresets | ||||
|              if try_get(featureset, lambda x: x[:2]) == ['hls', 'aes']), | ||||
|              if set(try_get(featureset, lambda x: x[:2]) or []) == {'aes', 'hls'}), | ||||
|             (None, None)) | ||||
|         if not platform_tag_video or not featureset_video: | ||||
|             raise ExtractorError('No downloads available', expected=True, video_id=video_id) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tim
					Tim