Browse Source

[viidea] Skip download for the test case requiring ffmpeg

totalwebcasting
Yen Chi Hsuan 9 years ago
parent
commit
60ad3eb970
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      youtube_dl/extractor/viidea.py

+ 4
- 0
youtube_dl/extractor/viidea.py View File

@ -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…
Cancel
Save