Fix unit tests for m3u8 and RTSP extractors that require ffmpeg or mplayer
[youtube-dl] / youtube_dl / extractor / cspan.py
index 84b36f44cfac7bd45a8a7d28adb6767093a7d19b..7e5d4f2276385a363eade175dba78519cea515fe 100644 (file)
@@ -51,8 +51,11 @@ class CSpanIE(InfoExtractor):
         'url': 'http://www.c-span.org/video/?104517-1/immigration-reforms-needed-protect-skilled-american-workers',
         'info_dict': {
             'id': 'judiciary031715',
-            'ext': 'flv',
+            'ext': 'mp4',
             'title': 'Immigration Reforms Needed to Protect Skilled American Workers',
+        },
+        'params': {
+            'skip_download': True,  # m3u8 downloads
         }
     }]