From 64436cb1a453d6f92a72ac4e28cde1fa03b00fc7 Mon Sep 17 00:00:00 2001 From: Remita Amine Date: Sun, 3 Jul 2016 10:43:36 +0100 Subject: [PATCH] [nationalgeographic] skip download for national geographic channel tests(closes #9991) --- youtube_dl/extractor/nationalgeographic.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/youtube_dl/extractor/nationalgeographic.py b/youtube_dl/extractor/nationalgeographic.py index ed76798aa..6eabd2278 100644 --- a/youtube_dl/extractor/nationalgeographic.py +++ b/youtube_dl/extractor/nationalgeographic.py @@ -79,6 +79,10 @@ class NationalGeographicChannelIE(ThePlatformIE): 'upload_date': '20160322', 'uploader': 'NEWA-FNG-NGTV', }, + 'params': { + # m3u8 download + 'skip_download': True, + }, 'add_ie': ['ThePlatform'], }, { @@ -93,6 +97,10 @@ class NationalGeographicChannelIE(ThePlatformIE): 'upload_date': '20160330', 'uploader': 'NEWA-FNG-NGTV', }, + 'params': { + # m3u8 download + 'skip_download': True, + }, 'add_ie': ['ThePlatform'], }, ]