From 4047286a31f15d0adbbad092fed13ddced195efc Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Thu, 17 Nov 2022 22:25:17 +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 9f48f0c7..27fb7d1e 100644 --- a/SrcAutoTmpl.js +++ b/SrcAutoTmpl.js @@ -388,7 +388,7 @@ function aierji(html,url,detail){ function notChapter(it) { //if (it == null || it.text == null) { - if (!/原画|备用|蓝光|国语|粤语|超清|高清|正片|韩版|4K|4k|1080P|720P|TC|HD|BD|[0-9]|第|期|集|-|章/.test(it.text)) { + if (!it.text || !it.title|| !it.href) { return true; } return it.text.match(/[0-9]\.[0-9]分/);