diff --git a/SrcAutoTmpl.js b/SrcAutoTmpl.js index 1e10d1d0..bba3deed 100644 --- a/SrcAutoTmpl.js +++ b/SrcAutoTmpl.js @@ -250,7 +250,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 == "" || (it.href==url&&it.href.indexOf('-')==-1) || /voddetail|s\/guoyu/.test(it.href)) { + if (!it.href || it.href == "" || (it.href==url&&it.href.indexOf('-')==-1) || /voddetail|s\/guoyu|vodshow/.test(it.href)) { continue; } let pre = i == 0 ? null : arr[i - 1];