From 5e3a6fec3397e729991f360a4af9e2dd1e91d45c Mon Sep 17 00:00:00 2001 From: remitamine Date: Tue, 9 Feb 2016 17:30:42 +0100 Subject: [PATCH] [fox] update test --- youtube_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 index 4a8acd53d..fa05af50d 100644 --- 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[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):