mirror of
https://github.com/qist/tvbox.git
synced 2025-02-02 10:14:50 +08:00
fix
This commit is contained in:
parent
5f4a62a4e6
commit
7a575e68b0
113
js/678.js
113
js/678.js
@ -1,80 +1,39 @@
|
|||||||
var rule = {
|
var rule = {
|
||||||
title:'点播',
|
title:'闪雷影视',
|
||||||
host:'http://tv.jsp47.com',
|
编码:'gb2312',
|
||||||
homeUrl:'',
|
host:'http://120.224.7.90:808',
|
||||||
searchUrl:'https://www.ugigc.us.kg/shanlei.php?searchword=**',
|
url:'/www/List.asp?classid=fyclass&searchword=&page=fypage',
|
||||||
|
filterable:0,//是否启用分类筛选,
|
||||||
|
class_name:'电影&电视剧&综艺&动漫&音乐',
|
||||||
|
class_url:'5000&10&8&6&12',
|
||||||
|
searchUrl:'/www/List.asp?classid=30&searchword=**&page=fypage',
|
||||||
searchable:2,
|
searchable:2,
|
||||||
quickSearch:1,
|
quickSearch:0,
|
||||||
multi:1,
|
headers:{
|
||||||
filterable:1,
|
'User-Agent':'MOBILE_UA',
|
||||||
headers:{
|
|
||||||
'User-Agent':'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36'
|
|
||||||
},
|
},
|
||||||
timeout:5000,
|
play_parse:true,
|
||||||
class_name:'电影&电视剧&综艺&动漫',
|
lazy:$js.toString(() => {
|
||||||
class_url:'5000&10&8&6',
|
var html = 'http://120.224.7.90:808/PlayMov.asp?ClassId=' + input.split(",")[2] + '&video=2&exe=0&down=0&movNo=' + input.split(",")[3] + '&vgver=undefined&ClientIP=120.224.7.90'
|
||||||
limit:20,
|
var url = request(html).match(/push\('(.*?)'/)[1]
|
||||||
play_parse:true,
|
input = {
|
||||||
lazy:"",
|
jx:0,
|
||||||
一级:`js:
|
url:url,
|
||||||
let d = [];
|
parse:0
|
||||||
let html = request(input);
|
};
|
||||||
let json = JSON.parse(html);
|
}),
|
||||||
json.data.forEach(function(data) {
|
limit:6,
|
||||||
d.push({
|
推荐:'ul:eq(4)&&strong;img&&alt;img&&src;span:eq(1)&&Text;a&&href',
|
||||||
url: data.url,
|
一级:'ul:eq(5)&&strong;img&&alt;img&&src;span:eq(1)&&Text;a&&href',
|
||||||
title: data.name,
|
二级:{
|
||||||
img: data.img,
|
title:"ul:eq(2)&&li:eq(0)&&Text",
|
||||||
desc: data.desc
|
img:"img:eq(1)&&src",
|
||||||
})
|
desc:"ul:eq(2)&&li:eq(1)&&Text;ul:eq(2)&&li:eq(2)&&Text;ul:eq(2)&&li:eq(3)&&Text",
|
||||||
});
|
content:"body&&div:has(p)&&p:eq(3)&&Text",
|
||||||
setResult(d);
|
tabs:"",
|
||||||
`,
|
lists:'body&&a[onclick^="senfe"]',
|
||||||
二级:`js:
|
list_url:'a&&onclick',
|
||||||
let d = [];
|
list_text:'a&&Text'
|
||||||
let html = request(input);
|
},
|
||||||
let json = JSON.parse(html).data;
|
搜索:'*',
|
||||||
VOD = {
|
}
|
||||||
vod_name: "",
|
|
||||||
type_name: "",
|
|
||||||
vod_actor: "",
|
|
||||||
vod_year: "",
|
|
||||||
vod_content: "",
|
|
||||||
vod_remarks: "",
|
|
||||||
vod_pic: ""
|
|
||||||
};
|
|
||||||
VOD.vod_name = json.name;
|
|
||||||
VOD.vod_year = json.year;
|
|
||||||
VOD.type_name = json.type_name;
|
|
||||||
VOD.vod_pic = json.pic;
|
|
||||||
VOD.vod_actor = json.actor;
|
|
||||||
VOD.vod_content = json.content;
|
|
||||||
let playData = json.eps;
|
|
||||||
playData.forEach(function(it) {
|
|
||||||
d.push({
|
|
||||||
url: it.url,
|
|
||||||
img: json.pic,
|
|
||||||
title: it.name,
|
|
||||||
desc: ""
|
|
||||||
})
|
|
||||||
})
|
|
||||||
VOD.vod_play_from = "默认";
|
|
||||||
VOD.vod_play_url = d.map(function(it) {
|
|
||||||
return it.title + "$" + it.url
|
|
||||||
}).join("#");
|
|
||||||
`,
|
|
||||||
搜索:`js:
|
|
||||||
let d = [];
|
|
||||||
let html = request(input);
|
|
||||||
let json = JSON.parse(html);
|
|
||||||
json.data.forEach(function(data) {
|
|
||||||
d.push({
|
|
||||||
url: data.url,
|
|
||||||
title: data.name,
|
|
||||||
img: data.img,
|
|
||||||
desc: data.desc
|
|
||||||
})
|
|
||||||
});
|
|
||||||
setResult(d);
|
|
||||||
`
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user