Fix unit tests for m3u8 and RTSP extractors that require ffmpeg or mplayer

This commit is contained in:
Nehal Patel 2016-07-07 16:39:39 -05:00 committed by Sergey M․
parent 342f0c3682
commit 7b0d333a7e
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
5 changed files with 31 additions and 16 deletions

View 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
}
}]