更新 'SrcAutoTmpl.js'

master
src48597962 9 months ago
parent c32ad3752b
commit e6ec644394
  1. 2
      SrcAutoTmpl.js

@ -212,7 +212,7 @@ function aierji(html,url,detail){
for (let i = 0; i < arr.length; i++) { for (let i = 0; i < arr.length; i++) {
let it = arr[i]; let it = arr[i];
let t = it.text; 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; continue;
} }
let pre = i == 0 ? null : arr[i - 1]; let pre = i == 0 ? null : arr[i - 1];

Loading…
Cancel
Save