youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit ab794a553c36ddd690e2243450653c3ede43e606
parent 3b446ab3519948980630e3328b971385826ffba8
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 21 Jul 2019 13:20:21 +0700

[ctsnews] PEP 8

Diffstat:
Myoutube_dl/extractor/ctsnews.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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'