|
@@ -548,7 +548,7 @@ class BrightcoveNewIE(InfoExtractor):
|
|
container = source.get('container')
|
|
container = source.get('container')
|
|
ext = mimetype2ext(source.get('type'))
|
|
ext = mimetype2ext(source.get('type'))
|
|
src = source.get('src')
|
|
src = source.get('src')
|
|
- if ext == 'ism':
|
|
|
|
|
|
+ if ext == 'ism' or container == 'WVM':
|
|
continue
|
|
continue
|
|
elif ext == 'm3u8' or container == 'M2TS':
|
|
elif ext == 'm3u8' or container == 'M2TS':
|
|
if not src:
|
|
if not src:
|