diff --git a/SrcAutoTmpl.js b/SrcAutoTmpl.js index c3f83f5c..012bceda 100644 --- a/SrcAutoTmpl.js +++ b/SrcAutoTmpl.js @@ -212,7 +212,7 @@ function aierji(html,url,detail){ for (let i = 0; i < arr.length; i++) { let it = arr[i]; let t = it.text; - if (!it.href || it.href.split('/').length<5 || /voddetail|s\/guoyu|vodshow/.test(it.href)) { + if (!it.href || /voddetail|s\/guoyu|vodshow/.test(it.href) || (it.href.split('/').length<5)) { continue; } let pre = i == 0 ? null : arr[i - 1];