Fix unit tests for m3u8 and RTSP extractors that require ffmpeg or mplayer
This commit is contained in:
parent
342f0c3682
commit
7b0d333a7e
5 changed files with 31 additions and 16 deletions
|
@ -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
|
||||
}
|
||||
}]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue