projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
446e764
)
[ctsnews] Add localized name
author
Yen Chi Hsuan
<yan12125@gmail.com>
Fri, 10 Jul 2015 16:50:31 +0000
(
00:50
+0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Fri, 10 Jul 2015 16:50:31 +0000
(
00:50
+0800)
youtube_dl/extractor/ctsnews.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/ctsnews.py
b/youtube_dl/extractor/ctsnews.py
index 0226f8036c81d97246c87f2308614d84202ae540..45049bf371370da6e4b64952441e76d86814fd6a 100644
(file)
--- 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 = [{