From 5b849c2cd0db0fc42d41d55699791b27524ad505 Mon Sep 17 00:00:00 2001 From: PC Date: Sat, 10 Oct 2015 22:57:07 +0100 Subject: [PATCH] no download for stream test --- youtube_dl/extractor/iol.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/youtube_dl/extractor/iol.py b/youtube_dl/extractor/iol.py index 4763aba1a..2bc7dbf7a 100644 --- a/youtube_dl/extractor/iol.py +++ b/youtube_dl/extractor/iol.py @@ -144,7 +144,10 @@ class IOLStreamIE(IOLIE): 'title': 're:^Direto TVI', 'description': u'A TVI ao pé de si. Sempre.', 'is_live': True, - } + }, + 'params': { + 'skip_download': True, + }, }] def _real_extract(self, url):