Browse Source

[ctsnews] Add localized name

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

1
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 = [{

Loading…
Cancel
Save