|
|
@ -1032,9 +1032,9 @@ function getSsData(name, jkdata, page) { |
|
|
|
|
|
|
|
|
|
|
|
if (searchContains(list.name, name, true)) { |
|
|
|
if (searchContains(list.name, name, true)) { |
|
|
|
searchs.push({ |
|
|
|
searchs.push({ |
|
|
|
vod_name: list.name.replace('立刻播放',''), |
|
|
|
vod_name: list.name.replace('立刻播放','').replace(/<[^>]+>/g, ''), |
|
|
|
vod_desc: list.desc, |
|
|
|
vod_desc: list.desc, |
|
|
|
vod_content: list.content.replace(/<\/?.+?\/?>/g,''), |
|
|
|
vod_content: list.content.replace(/<[^>]+>/g, ''), |
|
|
|
vod_pic: vodpic, |
|
|
|
vod_pic: vodpic, |
|
|
|
vod_url: list.id, |
|
|
|
vod_url: list.id, |
|
|
|
//vod_play: noerji?list.id:""
|
|
|
|
//vod_play: noerji?list.id:""
|
|
|
|