Browse Source

[ctsnews] Add localized name

Yen Chi Hsuan 10 years ago
parent
commit
e1ba152352
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/extractor/ctsnews.py

+ 1 - 0
youtube_dl/extractor/ctsnews.py

@@ -6,6 +6,7 @@ from ..utils import parse_iso8601, ExtractorError
 
 
 
 
 class CtsNewsIE(InfoExtractor):
 class CtsNewsIE(InfoExtractor):
+    IE_DESC = '華視新聞'
     # https connection failed (Connection reset)
     # https connection failed (Connection reset)
     _VALID_URL = r'http://news\.cts\.com\.tw/[a-z]+/[a-z]+/\d+/(?P<id>\d+)\.html'
     _VALID_URL = r'http://news\.cts\.com\.tw/[a-z]+/[a-z]+/\d+/(?P<id>\d+)\.html'
     _TESTS = [{
     _TESTS = [{