summary refs log tree commit diff
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2016-02-09 17:30:42 +0100
committerremitamine <remitamine@gmail.com>2016-02-09 17:30:42 +0100
commit5e3a6fec3397e729991f360a4af9e2dd1e91d45c (patch)
treec209cfb58a6e308c5af46b735ae1d6641e69978e
parentd413095f7e14f146f66d5f0cb828fb55aa4cb323 (diff)
downloadyoutube-dl-5e3a6fec3397e729991f360a4af9e2dd1e91d45c.tar.gz
youtube-dl-5e3a6fec3397e729991f360a4af9e2dd1e91d45c.tar.xz
youtube-dl-5e3a6fec3397e729991f360a4af9e2dd1e91d45c.zip
[fox] update test
-rw-r--r--youtube_dl/extractor/fox.py5
1 files changed, 1 insertions, 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<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):