Sergey M․
5 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
0 deletions
-
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' |
|
|
|