更新 'SrcJyCustomJk.js'

pull/1/head
src48597962 2 years ago
parent 818efa4f83
commit bce113be69
  1. 6
      SrcJyCustomJk.js

@ -45,8 +45,10 @@ let customparse = {
try{
let sitename = pdfh(it, "a&&li,1&&Text");
let vodname = pdfh(it, "a&&li,0&&Text");
let vodurl = pdfh(it, "a&&href");
lists.push({name:vodname,pic:vodname==dogname?dogpic:"",url:vodurl,site:sitename})
if(vodname==dogname){
let vodurl = pdfh(it, "a&&href");
lists.push({name:vodname,pic:dogpic,url:vodurl,site:sitename})
}
}catch(e){}
})
}

Loading…
Cancel
Save