From de1d7ccf0cc862952409671133d184ef71c0b8a4 Mon Sep 17 00:00:00 2001 From: Sergey M Date: Wed, 25 Oct 2017 23:23:00 +0700 Subject: [PATCH] Update nbc.py --- youtube_dl/extractor/nbc.py | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/youtube_dl/extractor/nbc.py b/youtube_dl/extractor/nbc.py index 1be3e8f47..554dec36e 100644 --- a/youtube_dl/extractor/nbc.py +++ b/youtube_dl/extractor/nbc.py @@ -67,23 +67,10 @@ class NBCIE(AdobePassIE): 'skip_download': True, }, 'skip': 'Only works from US', - } + }, { 'url': 'https://www.nbc.com/classic-tv/charles-in-charge/video/charles-in-charge-pilot/n3310', - 'info_dict': { - 'id': 'n3310', - 'ext': 'mp4', - 'title': 'Charles in Charge: Pilot', - 'description': 'Charles\' attempt to impress the campus beauty goes awry.', - 'timestamp': 465638400, - 'upload_date': '19841003', - 'uploader': 'NBCU-COM', - }, - 'params': { - # m3u8 download - 'skip_download': True, - }, - 'skip': 'Only works from US', + 'only_matching': True, }, ]