1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-16 04:58:56 +00:00
This commit is contained in:
bashonly
2025-06-08 00:40:55 +00:00
committed by GitHub
parent bec7845d77
commit d14dfab16b

View File

@@ -9,9 +9,8 @@ from ..utils.traversal import require, traverse_obj
class NTVCoJpCUIE(StreaksBaseIE): class NTVCoJpCUIE(StreaksBaseIE):
IE_NAME = 'ntvjp:cu' IE_NAME = 'cu.ntv.co.jp'
IE_DESC = '日テレ無料TADA!' IE_DESC = '日テレ無料TADA!'
_VALID_URL = r'https?://cu\.ntv\.co\.jp/(?!program-list|search)(?P<id>[\w-]+)/?(?:[?#]|$)' _VALID_URL = r'https?://cu\.ntv\.co\.jp/(?!program-list|search)(?P<id>[\w-]+)/?(?:[?#]|$)'
_TESTS = [{ _TESTS = [{
'url': 'https://cu.ntv.co.jp/gaki_20250525/', 'url': 'https://cu.ntv.co.jp/gaki_20250525/',