From bec7845d773c270248bf06aab9803b41fb7bdc8d Mon Sep 17 00:00:00 2001 From: nullpos Date: Wed, 28 May 2025 00:03:11 +0900 Subject: [PATCH] [ie/ntvcojp] fix _VALID_URL regexp Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com> --- yt_dlp/extractor/ntvcojp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/ntvcojp.py b/yt_dlp/extractor/ntvcojp.py index 1674d239d3..fa54ce162a 100644 --- a/yt_dlp/extractor/ntvcojp.py +++ b/yt_dlp/extractor/ntvcojp.py @@ -12,7 +12,7 @@ class NTVCoJpCUIE(StreaksBaseIE): IE_NAME = 'ntvjp:cu' IE_DESC = '日テレ無料TADA!' - _VALID_URL = r'https?://cu\.ntv\.co\.jp/(?!program-list)(?P[\w-]+)/?$' + _VALID_URL = r'https?://cu\.ntv\.co\.jp/(?!program-list|search)(?P[\w-]+)/?(?:[?#]|$)' _TESTS = [{ 'url': 'https://cu.ntv.co.jp/gaki_20250525/', 'info_dict': {