更新 'SrcAutoTmpl.js'

pull/1/head
src48597962 2 years ago
parent aca8285734
commit 98e14e1323
  1. 4
      SrcAutoTmpl.js

@ -383,12 +383,12 @@ function aierji(html,url,detail){
if (tit != "" && !tit.includes(it) || reg.test(it)) { if (tit != "" && !tit.includes(it) || reg.test(it)) {
return false; 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) { function notChapter(it) {
//if (it == null || it.text == null) { //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 true;
} }
return it.text.match(/[0-9]\.[0-9]分/); return it.text.match(/[0-9]\.[0-9]分/);

Loading…
Cancel
Save