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]分/);