修复ikanbot2播放历史记录
This commit is contained in:
parent
dad6c2fa79
commit
c7efa1c532
@ -3,8 +3,9 @@ try {
|
|||||||
VOD={};
|
VOD={};
|
||||||
let html1 = request(input);
|
let html1 = request(input);
|
||||||
pdfh = jsp.pdfh;
|
pdfh = jsp.pdfh;
|
||||||
VOD.vod_id = pdfh(html1, "#current_id&&value");
|
//VOD.vod_id = pdfh(html1, "#current_id&&value");
|
||||||
VOD.vod_name = pdfh(html1, "h2&&Text");
|
VOD.vod_id = input;
|
||||||
|
VOD.vod_name = pdfh(html1, "h2&&Text");
|
||||||
// VOD.vod_pic = pdfh(html1, ".item-root&&img&&src");
|
// VOD.vod_pic = pdfh(html1, ".item-root&&img&&src");
|
||||||
VOD.vod_pic = pdfh(html1, ".item-root&&img&&data-src");
|
VOD.vod_pic = pdfh(html1, ".item-root&&img&&data-src");
|
||||||
// VOD.vod_actor = pdfh(html1, ".celebrity&&Text");
|
// VOD.vod_actor = pdfh(html1, ".celebrity&&Text");
|
||||||
|
|||||||
@ -5,7 +5,8 @@ var rule = {
|
|||||||
title:'影视之家',
|
title:'影视之家',
|
||||||
模板:'首图2',
|
模板:'首图2',
|
||||||
// host:'https://www.cmqxysg.com',
|
// host:'https://www.cmqxysg.com',
|
||||||
host:'https://www.yszj.tv',
|
// host:'https://www.yszj.tv',
|
||||||
|
host:'https://www.yszj.vip',
|
||||||
// url:'/vodshow/fyclass--------fypage---.html',
|
// url:'/vodshow/fyclass--------fypage---.html',
|
||||||
url:'/vodshow/fyclassfyfilter.html',
|
url:'/vodshow/fyclassfyfilter.html',
|
||||||
filterable:1,//是否启用分类筛选,
|
filterable:1,//是否启用分类筛选,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user