projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b446ab
)
[ctsnews] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Sun, 21 Jul 2019 06:20:21 +0000
(13:20 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 21 Jul 2019 07:59:53 +0000
(14:59 +0700)
youtube_dl/extractor/ctsnews.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/ctsnews.py
b/youtube_dl/extractor/ctsnews.py
index dcda7e89d793de63cef1719e4ee3d7fce744dff3..679f1d92e95f3d78dcc945f727d53aee6182a93b 100644
(file)
--- a/
youtube_dl/extractor/ctsnews.py
+++ b/
youtube_dl/extractor/ctsnews.py
@@
-5,6
+5,7
@@
from .common import InfoExtractor
from ..utils import unified_timestamp
from .youtube import YoutubeIE
+
class CtsNewsIE(InfoExtractor):
IE_DESC = '華視新聞'
_VALID_URL = r'https?://news\.cts\.com\.tw/[a-z]+/[a-z]+/\d+/(?P<id>\d+)\.html'