]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - youtube_dl/extractor/kaltura.py
New upstream version 2017.10.15.1
[youtubedl] / youtube_dl / extractor / kaltura.py
index 138d4844d1bbd70e56aff50b5a59ff2ddac8f665..bdac2df3e52ffeafa55d4d6f05af18edcaf9e0dd 100644 (file)
@@ -287,6 +287,9 @@ class KalturaIE(InfoExtractor):
             # skip for now.
             if f.get('fileExt') == 'chun':
                 continue
+            # DRM-protected video, cannot be decrypted
+            if f.get('fileExt') == 'wvm':
+                continue
             if not f.get('fileExt'):
                 # QT indicates QuickTime; some videos have broken fileExt
                 if f.get('containerFormat') == 'qt':