aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/vice.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-07-20 00:40:43 +0600
committerSergey M․ <dstftw@gmail.com>2015-07-20 00:40:43 +0600
commit65c2b21df15053581cac21690605d1f7ac834083 (patch)
treea763a6e301f9860f065633e406f9e8a6797d69bd /youtube_dl/extractor/vice.py
parent772acaf31f4614d390a445fe4c0d4e533c165774 (diff)
downloadyoutube-dl-65c2b21df15053581cac21690605d1f7ac834083.zip
youtube-dl-65c2b21df15053581cac21690605d1f7ac834083.tar.gz
youtube-dl-65c2b21df15053581cac21690605d1f7ac834083.tar.bz2
[vice] Make test only matching
Diffstat (limited to 'youtube_dl/extractor/vice.py')
-rw-r--r--youtube_dl/extractor/vice.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/youtube_dl/extractor/vice.py b/youtube_dl/extractor/vice.py
index e3ad4ef..ae1faca 100644
--- a/youtube_dl/extractor/vice.py
+++ b/youtube_dl/extractor/vice.py
@@ -23,16 +23,7 @@ class ViceIE(InfoExtractor):
},
}, {
'url': 'https://news.vice.com/video/experimenting-on-animals-inside-the-monkey-lab',
- 'info_dict': {
- 'id': 'N2bzkydjraWDGwnt8jAttCF6Y0PDv4Zj',
- 'ext': 'mp4',
- 'title': 'VICE News - Inside the Monkey Lab',
- 'description': 'md5:1f660d467d3515f29d11e5ef742a4b82',
- },
- 'params': {
- # Requires ffmpeg (m3u8 manifest)
- 'skip_download': True,
- },
+ 'only_matching': True,
}
]