From af47470b93533680e66cc38510a4bb61aab1f19e Mon Sep 17 00:00:00 2001 From: difeng Date: Tue, 3 Jan 2017 18:02:33 +0800 Subject: [PATCH] [ncpaclassic] Add new extractor --- youtube_dl/extractor/ncpaclassic.py | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/youtube_dl/extractor/ncpaclassic.py b/youtube_dl/extractor/ncpaclassic.py index dc1679360..c125bcb77 100644 --- a/youtube_dl/extractor/ncpaclassic.py +++ b/youtube_dl/extractor/ncpaclassic.py @@ -14,14 +14,7 @@ class NcpaClassicVideoIE(InfoExtractor): 'id': '1369219508996867', 'title': '小泽征尔音乐塾 音乐梦想无国界_古典音乐频道' }, - 'playlist_count': 8, - },{ - 'url': 'http://ncpa-classic.cntv.cn/2013/05/22/VIDE1369219508996867.shtml', - 'info_dict': { - 'id': '1369219508996867', - 'title': '小泽征尔音乐塾 音乐梦想无国界_古典音乐频道' - }, - 'playlist_count': 8, + 'playlist_count': 8 }] def _real_extract(self, url): @@ -74,14 +67,7 @@ class NcpaClassicAudioIE(InfoExtractor): 'id': '416', 'title': '来自维也纳的新年贺礼' }, - 'playlist_count': 1, - },{ - 'url': 'http://ncpa-classic.cntv.cn/clt/more/416/index.shtml', - 'info_dict': { - 'id': '416', - 'title': '来自维也纳的新年贺礼' - }, - 'playlist_count': 1, + 'playlist_count': 1 }] def _real_extract(self, url):