diff options
author | Sergey M․ <dstftw@gmail.com> | 2019-07-21 13:20:21 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2019-07-21 14:59:53 +0700 |
commit | ab794a553c36ddd690e2243450653c3ede43e606 (patch) | |
tree | 6e53c4ecee2d2ef325a6ac8134603e548dabb0a9 /youtube_dl/extractor/ctsnews.py | |
parent | 3b446ab3519948980630e3328b971385826ffba8 (diff) |
[ctsnews] PEP 8
Diffstat (limited to 'youtube_dl/extractor/ctsnews.py')
-rw-r--r-- | youtube_dl/extractor/ctsnews.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/ctsnews.py b/youtube_dl/extractor/ctsnews.py index dcda7e89d..679f1d92e 100644 --- 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' |