From: Sergey M․ Date: Sun, 19 Jul 2015 18:40:43 +0000 (+0600) Subject: [vice] Make test only matching X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=65c2b21df15053581cac21690605d1f7ac834083;p=youtube-dl [vice] Make test only matching --- diff --git a/youtube_dl/extractor/vice.py b/youtube_dl/extractor/vice.py index e3ad4ef54..ae1faca1c 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, } ]