1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-06-21 22:20:03 +02:00

[brightcove:new] skip widevine classic videos

This commit is contained in:
Remita Amine 2016-12-18 21:39:59 +01:00
parent ed7b333fbf
commit 954529c10f

View File

@ -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: