From 1824b4816974bbd8d026ed44185ad888e6fb6d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= Date: Sat, 15 Feb 2014 17:09:49 +0100 Subject: [f4m] Download only the first fragment with the `--test` option --- youtube_dl/extractor/syfy.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'youtube_dl/extractor/syfy.py') diff --git a/youtube_dl/extractor/syfy.py b/youtube_dl/extractor/syfy.py index 502d43ec4..8809a57fe 100644 --- a/youtube_dl/extractor/syfy.py +++ b/youtube_dl/extractor/syfy.py @@ -10,16 +10,13 @@ class SyfyIE(InfoExtractor): _TEST = { 'url': 'http://www.syfy.com/videos/Robot%20Combat%20League/Behind%20the%20Scenes/vid:2631458', + 'md5': 'e07de1d52c7278adbb9b9b1c93a66849', 'info_dict': { 'id': 'NmqMrGnXvmO1', 'ext': 'flv', 'title': 'George Lucas has Advice for his Daughter', 'description': 'Listen to what insights George Lucas give his daughter Amanda.', }, - 'params': { - # f4m download - 'skip_download': True, - }, 'add_ie': ['ThePlatform'], } -- cgit v1.2.3