|
|
@ -1,5 +1,5 @@ |
|
|
|
//寻觅片源
|
|
|
|
//寻觅片源
|
|
|
|
function xunmi(name,data) { |
|
|
|
function xunmi(name,data,hkss) { |
|
|
|
setPageTitle('聚搜>'+name); |
|
|
|
setPageTitle('聚搜>'+name); |
|
|
|
addListener("onClose", $.toString(() => { |
|
|
|
addListener("onClose", $.toString(() => { |
|
|
|
clearMyVar('moviemore'); |
|
|
|
clearMyVar('moviemore'); |
|
|
@ -114,6 +114,7 @@ function xunmi(name,data) { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
var d = []; |
|
|
|
var d = []; |
|
|
|
|
|
|
|
if(hkss!=1){ |
|
|
|
let grouplist = datalist.map((list)=>{ |
|
|
|
let grouplist = datalist.map((list)=>{ |
|
|
|
return list.group||list.type; |
|
|
|
return list.group||list.type; |
|
|
|
}) |
|
|
|
}) |
|
|
@ -203,7 +204,6 @@ function xunmi(name,data) { |
|
|
|
title: '<br>', |
|
|
|
title: '<br>', |
|
|
|
col_type: 'rich_text' |
|
|
|
col_type: 'rich_text' |
|
|
|
}); |
|
|
|
}); |
|
|
|
setHomeResult(d); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(datalist2.length>0){ |
|
|
|
if(datalist2.length>0){ |
|
|
|
datalist = datalist2; |
|
|
|
datalist = datalist2; |
|
|
@ -215,6 +215,8 @@ function xunmi(name,data) { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
setHomeResult(d); |
|
|
|
|
|
|
|
|
|
|
|
var count = datalist.length; |
|
|
|
var count = datalist.length; |
|
|
|
var beresults = []; |
|
|
|
var beresults = []; |
|
|
@ -338,7 +340,7 @@ function xunmi(name,data) { |
|
|
|
if(vodname.indexOf(name)>-1){ |
|
|
|
if(vodname.indexOf(name)>-1){ |
|
|
|
let vodpic = list.vod_pic||list.pic; |
|
|
|
let vodpic = list.vod_pic||list.pic; |
|
|
|
let voddesc = list.vod_remarks||list.state||""; |
|
|
|
let voddesc = list.vod_remarks||list.state||""; |
|
|
|
let appname = '‘‘’’<font color=#f13b66a>'+obj.name+'</font>'; |
|
|
|
let appname = '‘‘’’<font color=#f13b66a>'+obj.name+'</font>'+' ('+obj.type+')'+(obj.group&&obj.group!=obj.type?' ['+obj.group+']':''); |
|
|
|
let vodurl = list.vod_id?url + list.vod_id:list.nextlink; |
|
|
|
let vodurl = list.vod_id?url + list.vod_id:list.nextlink; |
|
|
|
vodpic = vodpic?vodpic.replace('/img.php?url=','').replace('/tu.php?tu=','') + "@Referer=":"https://www.xawqxh.net/mxtheme/images/loading.gif"; |
|
|
|
vodpic = vodpic?vodpic.replace('/img.php?url=','').replace('/tu.php?tu=','') + "@Referer=":"https://www.xawqxh.net/mxtheme/images/loading.gif"; |
|
|
|
if(/^\/upload|^upload/.test(vodpic)){ |
|
|
|
if(/^\/upload|^upload/.test(vodpic)){ |
|
|
@ -349,8 +351,8 @@ function xunmi(name,data) { |
|
|
|
} |
|
|
|
} |
|
|
|
return { |
|
|
|
return { |
|
|
|
title: vodname!=name?vodname.replace(name,'‘‘’’<font color=red>'+name+'</font>'):vodname, |
|
|
|
title: vodname!=name?vodname.replace(name,'‘‘’’<font color=red>'+name+'</font>'):vodname, |
|
|
|
desc: voddesc + '\n\n' + appname + ' ('+obj.type+')'+(obj.group&&obj.group!=obj.type?' ['+obj.group+']':''), |
|
|
|
desc: voddesc + '\n\n' + appname, |
|
|
|
content: appname + ' ('+obj.type+')'+(obj.group&&obj.group!=obj.type?' ['+obj.group+']':''), |
|
|
|
content: appname, |
|
|
|
pic_url: vodpic, |
|
|
|
pic_url: vodpic, |
|
|
|
url: $("hiker://empty##" + vodurl + "#immersiveTheme#").rule((type,ua) => { |
|
|
|
url: $("hiker://empty##" + vodurl + "#immersiveTheme#").rule((type,ua) => { |
|
|
|
require(config.依赖.match(/https.*\//)[0] + 'SrcJyXunmi.js'); |
|
|
|
require(config.依赖.match(/https.*\//)[0] + 'SrcJyXunmi.js'); |
|
|
@ -458,7 +460,7 @@ function xunmi(name,data) { |
|
|
|
if(vodname.indexOf(name)>-1){ |
|
|
|
if(vodname.indexOf(name)>-1){ |
|
|
|
let vodpic = list.pic.replace('/tu.php?tu=','').replace('/img.php?url=',''); |
|
|
|
let vodpic = list.pic.replace('/tu.php?tu=','').replace('/img.php?url=',''); |
|
|
|
let voddesc = list.desc?list.desc:""; |
|
|
|
let voddesc = list.desc?list.desc:""; |
|
|
|
let appname = '‘‘’’<font color=#f13b66a>'+obj.name+'</font>'; |
|
|
|
let appname = '‘‘’’<font color=#f13b66a>'+obj.name+'</font>'+' ('+obj.type+')'+(obj.group&&obj.group!=obj.type?' ['+obj.group+']':''); |
|
|
|
let vodurl = eval(ssvodurl); |
|
|
|
let vodurl = eval(ssvodurl); |
|
|
|
if(/^\/upload|^upload/.test(vodpic)){ |
|
|
|
if(/^\/upload|^upload/.test(vodpic)){ |
|
|
|
vodpic = vodurl.match(/http(s)?:\/\/(.*?)\//)[0] + vodpic; |
|
|
|
vodpic = vodurl.match(/http(s)?:\/\/(.*?)\//)[0] + vodpic; |
|
|
@ -468,7 +470,8 @@ function xunmi(name,data) { |
|
|
|
} |
|
|
|
} |
|
|
|
return { |
|
|
|
return { |
|
|
|
title: vodname!=name?vodname.replace(name,'‘‘’’<font color=red>'+name+'</font>'):vodname, |
|
|
|
title: vodname!=name?vodname.replace(name,'‘‘’’<font color=red>'+name+'</font>'):vodname, |
|
|
|
desc: voddesc + '\n\n' + appname + ' ('+obj.type+')'+(obj.group?' ['+obj.group+']':''), |
|
|
|
desc: voddesc + '\n\n' + appname, |
|
|
|
|
|
|
|
content: appname, |
|
|
|
pic_url: vodpic?vodpic + "@Referer=":"https://www.xawqxh.net/mxtheme/images/loading.gif", |
|
|
|
pic_url: vodpic?vodpic + "@Referer=":"https://www.xawqxh.net/mxtheme/images/loading.gif", |
|
|
|
url: $("hiker://empty##" + vodurl + "#immersiveTheme#").rule((type,ua) => { |
|
|
|
url: $("hiker://empty##" + vodurl + "#immersiveTheme#").rule((type,ua) => { |
|
|
|
require(config.依赖.match(/https.*\//)[0] + 'SrcJyXunmi.js'); |
|
|
|
require(config.依赖.match(/https.*\//)[0] + 'SrcJyXunmi.js'); |
|
|
|