From 98e14e132308b496d098b163a9e6550e553a5c49 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Thu, 17 Nov 2022 22:06:08 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SrcAutoTmpl.js b/SrcAutoTmpl.js index 913c08df..c656df0b 100644 --- a/SrcAutoTmpl.js +++ b/SrcAutoTmpl.js @@ -383,12 +383,12 @@ function aierji(html,url,detail){ if (tit != "" && !tit.includes(it) || reg.test(it)) { return false; } - return it.match(/原画|备用|蓝光|超清|高清|正片|韩版|4K|4k|1080P|720P|TC|HD|BD/) + return it.match(/原画|备用|蓝光|国语|粤语|超清|高清|正片|韩版|4K|4k|1080P|720P|TC|HD|BD/) } function notChapter(it) { //if (it == null || it.text == null) { - if (!it||!it.text||!/原画|备用|蓝光|超清|高清|正片|韩版|4K|4k|1080P|720P|TC|HD|BD|[0-9]|第|期|集|-|章/.test(it.text)) { + if (!/原画|备用|蓝光|国语|粤语|超清|高清|正片|韩版|4K|4k|1080P|720P|TC|HD|BD|[0-9]|第|期|集|-|章/.test(it.text)) { return true; } return it.text.match(/[0-9]\.[0-9]分/);