This commit is contained in:
qist 2024-11-25 17:22:52 +08:00
parent 5f4a62a4e6
commit 7a575e68b0

105
js/678.js
View File

@ -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,
filterable:1,
headers:{ 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' 'User-Agent':'MOBILE_UA',
}, },
timeout:5000,
class_name:'电影&电视剧&综艺&动漫',
class_url:'5000&10&8&6',
limit:20,
play_parse:true, play_parse:true,
lazy:"", lazy:$js.toString(() => {
一级:`js: 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'
let d = []; var url = request(html).match(/push\('(.*?)'/)[1]
let html = request(input); input = {
let json = JSON.parse(html); jx:0,
json.data.forEach(function(data) { url:url,
d.push({ parse:0
url: data.url,
title: data.name,
img: data.img,
desc: data.desc
})
});
setResult(d);
`,
二级:`js:
let d = [];
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; limit:6,
VOD.type_name = json.type_name; 推荐:'ul:eq(4)&&strong;img&&alt;img&&src;span:eq(1)&&Text;a&&href',
VOD.vod_pic = json.pic; 一级:'ul:eq(5)&&strong;img&&alt;img&&src;span:eq(1)&&Text;a&&href',
VOD.vod_actor = json.actor; 二级:{
VOD.vod_content = json.content; title:"ul:eq(2)&&li:eq(0)&&Text",
let playData = json.eps; img:"img:eq(1)&&src",
playData.forEach(function(it) { desc:"ul:eq(2)&&li:eq(1)&&Text;ul:eq(2)&&li:eq(2)&&Text;ul:eq(2)&&li:eq(3)&&Text",
d.push({ content:"body&&div:has(p)&&p:eq(3)&&Text",
url: it.url, tabs:"",
img: json.pic, lists:'body&&a[onclick^="senfe"]',
title: it.name, list_url:'a&&onclick',
desc: "" list_text:'a&&Text'
}) },
}) 搜索:'*',
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);
`
} }