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