mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[brightcove:new] skip widevine classic videos
This commit is contained in:
		| @@ -548,7 +548,7 @@ class BrightcoveNewIE(InfoExtractor): | ||||
|             container = source.get('container') | ||||
|             ext = mimetype2ext(source.get('type')) | ||||
|             src = source.get('src') | ||||
|             if ext == 'ism': | ||||
|             if ext == 'ism' or container == 'WVM': | ||||
|                 continue | ||||
|             elif ext == 'm3u8' or container == 'M2TS': | ||||
|                 if not src: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine