[brightcove:new] skip widevine classic videos
[youtube-dl] / youtube_dl / extractor / brightcove.py
index 2ec55b185509da92eeb39577b601d61fa304a887..ac5f32541ee0133f2e5ffcffa6831db746c7b4c9 100644 (file)
@@ -1,4 +1,4 @@
-# encoding: utf-8
+# coding: utf-8
 from __future__ import unicode_literals
 
 import re
@@ -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: