youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 5e3a6fec3397e729991f360a4af9e2dd1e91d45c
parent d413095f7e14f146f66d5f0cb828fb55aa4cb323
Author: remitamine <remitamine@gmail.com>
Date:   Tue,  9 Feb 2016 17:30:42 +0100

[fox] update test

Diffstat:
Myoutube_dl/extractor/fox.py | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/youtube_dl/extractor/fox.py b/youtube_dl/extractor/fox.py @@ -9,6 +9,7 @@ class FOXIE(InfoExtractor): _VALID_URL = r'https?://(?:www\.)?fox\.com/watch/(?P<id>[0-9]+)' _TEST = { 'url': 'http://www.fox.com/watch/255180355939/7684182528', + 'md5': 'ebd296fcc41dd4b19f8115d8461a3165', 'info_dict': { 'id': '255180355939', 'ext': 'mp4', @@ -17,10 +18,6 @@ class FOXIE(InfoExtractor): 'duration': 129, }, 'add_ie': ['ThePlatform'], - 'params': { - # m3u8 download - 'skip_download': True, - }, } def _real_extract(self, url):