aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2015-07-11 00:50:31 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2015-07-11 00:50:31 +0800
commite1ba152352e95fb4cb6f3a5025166627d9df9787 (patch)
tree59b36a9b20c04373327bc13a96dc86b5ee8b4a41 /youtube_dl/extractor
parent446e7645001d276e6036b9a81e7996edc93b360b (diff)
downloadyoutube-dl-e1ba152352e95fb4cb6f3a5025166627d9df9787.tar.xz
[ctsnews] Add localized name
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r--youtube_dl/extractor/ctsnews.py1
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 = [{