|
|
@ -46,7 +46,7 @@ let customparse = { |
|
|
|
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"); |
|
|
|
let vodurl = pdfh(it, "a&&href"); |
|
|
|
lists.push({name:vodname,pic:dogpic,url:vodurl,site:sitename}) |
|
|
|
lists.push({name:vodname,pic:vodname==dogname?dogpic:"",url:vodurl,site:sitename}) |
|
|
|
}catch(e){} |
|
|
|
}catch(e){} |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|