From b5ea5999998d16d5538f3dfde7dfa63a964fc32e Mon Sep 17 00:00:00 2001 From: remitamine Date: Mon, 20 Jul 2015 21:22:53 +0100 Subject: [PATCH] [foxsport] skip m3u8 test --- youtube_dl/extractor/foxsports.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/youtube_dl/extractor/foxsports.py b/youtube_dl/extractor/foxsports.py index 9942b7a73..b7c3670ce 100644 --- a/youtube_dl/extractor/foxsports.py +++ b/youtube_dl/extractor/foxsports.py @@ -16,6 +16,10 @@ class FoxSportsIE(InfoExtractor): 'description': 'Courtney Lee talks about Memphis being focused.', }, 'add_ie': ['ThePlatform'], + 'params': { + # m3u8 download + 'skip_download': True, + }, } def _real_extract(self, url):