From 2c65dc5503c9e7b61345b67a19439df4a5143acc Mon Sep 17 00:00:00 2001 From: remitamine Date: Mon, 20 Jul 2015 22:02:46 +0100 Subject: [PATCH] [nbc] change f4m test to m3u8 --- youtube_dl/extractor/nbc.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/youtube_dl/extractor/nbc.py b/youtube_dl/extractor/nbc.py index dc2091be0..dc1113949 100644 --- a/youtube_dl/extractor/nbc.py +++ b/youtube_dl/extractor/nbc.py @@ -24,10 +24,14 @@ class NBCIE(InfoExtractor): # md5 checksum is not stable 'info_dict': { 'id': 'c9xnCo0YPOPH', - 'ext': 'flv', + 'ext': 'm3u8', 'title': 'Jimmy Fallon Surprises Fans at Ben & Jerry\'s', 'description': 'Jimmy gives out free scoops of his new "Tonight Dough" ice cream flavor by surprising customers at the Ben & Jerry\'s scoop shop.', }, + 'params': { + # m3u8 download + 'skip_download': True, + }, }, { 'url': 'http://www.nbc.com/the-tonight-show/episodes/176',