[viidea] Skip download for the test case requiring ffmpeg
This commit is contained in:
parent
a7685b3a6b
commit
60ad3eb970
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@ class ViideaIE(InfoExtractor):
|
|||
'upload_date': '20130627',
|
||||
'duration': 565,
|
||||
},
|
||||
'params': {
|
||||
# m3u8 download
|
||||
'skip_download': True,
|
||||
},
|
||||
}, {
|
||||
# video with invalid direct format links (HTTP 403)
|
||||
'url': 'http://videolectures.net/russir2010_filippova_nlp/',
|
||||
|
|
Loading…
Reference in a new issue