mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-17 14:54:31 +01:00
[ctsnews] PEP 8
This commit is contained in:
parent
3b446ab351
commit
ab794a553c
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user