更新 'SrcJyCustomJk.js'

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

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

Loading…
Cancel
Save