更新 'SrcAutoTmpl.js'

pull/1/head
src48597962 2 years ago
parent 43b9854504
commit 4047286a31
  1. 2
      SrcAutoTmpl.js

@ -388,7 +388,7 @@ function aierji(html,url,detail){
function notChapter(it) { function notChapter(it) {
//if (it == null || it.text == null) { //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 true;
} }
return it.text.match(/[0-9]\.[0-9]分/); return it.text.match(/[0-9]\.[0-9]分/);

Loading…
Cancel
Save