mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 06:49:29 +01:00
[viidea] Skip download for the test case requiring ffmpeg
This commit is contained in:
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
Block a user