[viidea] Skip download for the test case requiring ffmpeg
parent
a7685b3a6b
commit
60ad3eb970
|
@ -45,6 +45,10 @@ class ViideaIE(InfoExtractor):
|
||||||
'upload_date': '20130627',
|
'upload_date': '20130627',
|
||||||
'duration': 565,
|
'duration': 565,
|
||||||
},
|
},
|
||||||
|
'params': {
|
||||||
|
# m3u8 download
|
||||||
|
'skip_download': True,
|
||||||
|
},
|
||||||
}, {
|
}, {
|
||||||
# video with invalid direct format links (HTTP 403)
|
# video with invalid direct format links (HTTP 403)
|
||||||
'url': 'http://videolectures.net/russir2010_filippova_nlp/',
|
'url': 'http://videolectures.net/russir2010_filippova_nlp/',
|
||||||
|
|
Loading…
Reference in New Issue