From 19cf7cff14e79485a22aa9cbe6a4668e66eadff2 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Wed, 24 Jul 2024 13:22:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcAutoTmpl.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcAutoTmpl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcAutoTmpl.js b/SrcAutoTmpl.js index 9e5c1d5d..c8a79d2a 100644 --- a/SrcAutoTmpl.js +++ b/SrcAutoTmpl.js @@ -212,7 +212,7 @@ function aierji(html,url,detail){ for (let i = 0; i < arr.length; i++) { let it = arr[i]; let t = it.text; - if (!it.href || /voddetail|s\/guoyu|vodshow/.test(it.href) || (it.href.split('/').length<5)) { + if (!it.href || /voddetail|s\/guoyu|vodshow|#playlist/.test(it.href) || (it.href.split('/').length<5)) { continue; } let pre = i == 0 ? null : arr[i - 1];