|
|
@ -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){} |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|