From: Yen Chi Hsuan Date: Fri, 10 Jul 2015 16:50:31 +0000 (+0800) Subject: [ctsnews] Add localized name X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=e1ba152352e95fb4cb6f3a5025166627d9df9787;p=youtube-dl [ctsnews] Add localized name --- diff --git a/youtube_dl/extractor/ctsnews.py b/youtube_dl/extractor/ctsnews.py index 0226f8036..45049bf37 100644 --- a/youtube_dl/extractor/ctsnews.py +++ b/youtube_dl/extractor/ctsnews.py @@ -6,6 +6,7 @@ from ..utils import parse_iso8601, ExtractorError class CtsNewsIE(InfoExtractor): + IE_DESC = '華視新聞' # https connection failed (Connection reset) _VALID_URL = r'http://news\.cts\.com\.tw/[a-z]+/[a-z]+/\d+/(?P\d+)\.html' _TESTS = [{