Browse Source

[ctsnews] Add localized name

totalwebcasting
Yen Chi Hsuan 9 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 View File

@ -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