diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-07-11 00:50:31 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-07-11 00:50:31 +0800 |
commit | e1ba152352e95fb4cb6f3a5025166627d9df9787 (patch) | |
tree | 59b36a9b20c04373327bc13a96dc86b5ee8b4a41 /youtube_dl | |
parent | 446e7645001d276e6036b9a81e7996edc93b360b (diff) |
[ctsnews] Add localized name
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/ctsnews.py | 1 |
1 files changed, 1 insertions, 0 deletions
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<id>\d+)\.html' _TESTS = [{ |