2023-08-15 09:49:24 +03:00
|
|
|
|
var rule = {
|
|
|
|
|
title:'电影港[磁]',
|
|
|
|
|
编码:'gb2312',
|
|
|
|
|
搜索编码:'gb2312',
|
|
|
|
|
host:'https://www.dygang.tv',
|
|
|
|
|
homeUrl:'/',
|
|
|
|
|
url: '/fyclass/index_fypage.htm?',
|
|
|
|
|
filter_url:'{{fl.class}}',
|
|
|
|
|
filter:{
|
|
|
|
|
},
|
2023-08-20 03:46:42 +03:00
|
|
|
|
searchUrl: '/e/search/index123.php#tempid=1&tbname=article&keyborad=**&show=title%2Csmalltext&Submit=%CB%D1%CB%F7;post',
|
2023-08-15 09:49:24 +03:00
|
|
|
|
searchable:2,
|
|
|
|
|
quickSearch:0,
|
|
|
|
|
filterable:0,
|
|
|
|
|
headers:{
|
2023-08-20 03:46:42 +03:00
|
|
|
|
'User-Agent': 'MOBILE_UA',
|
|
|
|
|
'Referer': 'https://www.dygang.tv/'
|
2023-08-15 09:49:24 +03:00
|
|
|
|
},
|
|
|
|
|
timeout:5000,
|
|
|
|
|
class_name:'最新电影&经典高清&国配电影&经典港片&国剧&日韩剧&美剧&综艺&动漫&纪录片&高清原盘&4K高清区&3D电影&电影专题',
|
|
|
|
|
class_url:'ys&bd&gy&gp&dsj&dsj1&yx&zy&dmq&jilupian&1080p&4K&3d&dyzt',
|
2023-08-20 03:46:42 +03:00
|
|
|
|
play_parse:true,
|
|
|
|
|
play_json:[{
|
|
|
|
|
re:'*',
|
|
|
|
|
json:{
|
|
|
|
|
parse:0,
|
|
|
|
|
jx:0
|
|
|
|
|
}
|
|
|
|
|
}],
|
2023-08-15 09:49:24 +03:00
|
|
|
|
lazy:'',
|
|
|
|
|
limit:6,
|
2023-08-22 07:08:02 +03:00
|
|
|
|
推荐:'div#tl tr:has(>td>table.border1>tbody>tr>td>a>img);table.border1 img&&alt;table.border1 img&&src;table:eq(2)&&Text;a&&href',
|
|
|
|
|
一级:`js:
|
|
|
|
|
pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd;
|
|
|
|
|
let d = [];
|
|
|
|
|
let turl = (MY_PAGE === 1)? '/' : '/index_'+ MY_PAGE + '.htm';
|
|
|
|
|
input = rule.homeUrl + MY_CATE + turl;
|
|
|
|
|
let html = request(input);
|
|
|
|
|
let list = pdfa(html, 'tr:has(>td>table.border1)');
|
|
|
|
|
list.forEach(it => {
|
|
|
|
|
let title = pdfh(it, 'table.border1 img&&alt');
|
|
|
|
|
if (title!==""){
|
|
|
|
|
d.push({
|
|
|
|
|
title: title,
|
|
|
|
|
desc: pdfh(it, 'table:eq(1)&&Text'),
|
2023-08-23 07:06:48 +03:00
|
|
|
|
pic_url: pd(it, 'table.border1 img&&src', HOST),
|
2023-08-22 07:08:02 +03:00
|
|
|
|
url: pdfh(it, 'a&&href')
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
setResult(d);
|
|
|
|
|
`,
|
2023-08-15 09:49:24 +03:00
|
|
|
|
二级:{
|
|
|
|
|
title:"div.title a&&Text",
|
|
|
|
|
img:"#dede_content img&&src",
|
2023-08-23 07:06:48 +03:00
|
|
|
|
desc:"#dede_content&&Text",
|
|
|
|
|
content:"#dede_content&&Text",
|
2023-08-15 09:49:24 +03:00
|
|
|
|
tabs:`js:
|
2023-08-20 03:46:42 +03:00
|
|
|
|
pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd;
|
|
|
|
|
TABS=[]
|
2023-08-21 09:05:17 +03:00
|
|
|
|
let d = pdfa(html, '#dede_content table tbody tr a');
|
|
|
|
|
let tabsa = [];
|
|
|
|
|
let tabsq = [];
|
|
|
|
|
let tabsm = false;
|
|
|
|
|
let tabse = false;
|
2023-08-23 07:06:48 +03:00
|
|
|
|
let tabm3u8 = [];
|
2023-08-21 09:05:17 +03:00
|
|
|
|
d.forEach(function(it) {
|
|
|
|
|
let burl = pdfh(it, 'a&&href');
|
|
|
|
|
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
|
|
|
|
tabsa.push("阿里云盤");
|
|
|
|
|
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
|
|
|
|
tabsq.push("夸克云盤");
|
|
|
|
|
}else if (burl.startsWith("magnet")){
|
|
|
|
|
tabsm = true;
|
|
|
|
|
}else if (burl.startsWith("ed2k")){
|
|
|
|
|
tabse = true;
|
|
|
|
|
}
|
|
|
|
|
});
|
2023-08-23 07:06:48 +03:00
|
|
|
|
if (false){
|
|
|
|
|
d = pdfa(html, 'div:has(>div#post_content) div.widget:has(>h3)');
|
|
|
|
|
d.forEach(function(it) {
|
|
|
|
|
tabm3u8.push(pdfh(it, 'h3&&Text'));
|
|
|
|
|
});
|
|
|
|
|
}
|
2023-08-22 07:08:02 +03:00
|
|
|
|
if (tabsm === true){
|
|
|
|
|
TABS.push("磁力");
|
|
|
|
|
}
|
|
|
|
|
if (tabse === true){
|
|
|
|
|
TABS.push("電驢");
|
|
|
|
|
}
|
2023-08-30 08:49:27 +03:00
|
|
|
|
if (false && tabsa.length + tabsq.length > 1){
|
2023-08-28 07:55:54 +03:00
|
|
|
|
TABS.push("選擇右側綫路");
|
|
|
|
|
}
|
2023-08-21 09:05:17 +03:00
|
|
|
|
let tmpIndex;
|
|
|
|
|
tmpIndex=1;
|
|
|
|
|
tabsa.forEach(function(it){
|
|
|
|
|
TABS.push(it + tmpIndex);
|
|
|
|
|
tmpIndex = tmpIndex + 1;
|
|
|
|
|
});
|
|
|
|
|
tmpIndex=1;
|
|
|
|
|
tabsq.forEach(function(it){
|
|
|
|
|
TABS.push(it + tmpIndex);
|
|
|
|
|
tmpIndex = tmpIndex + 1;
|
|
|
|
|
});
|
2023-08-23 07:06:48 +03:00
|
|
|
|
tabm3u8.forEach(function(it){
|
|
|
|
|
TABS.push(it);
|
|
|
|
|
});
|
2023-08-20 03:46:42 +03:00
|
|
|
|
log('dygang TABS >>>>>>>>>>>>>>>>>>' + TABS);
|
|
|
|
|
`,
|
2023-08-15 09:49:24 +03:00
|
|
|
|
lists:`js:
|
2023-08-20 03:46:42 +03:00
|
|
|
|
log(TABS);
|
|
|
|
|
pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd;
|
|
|
|
|
LISTS = [];
|
2023-08-21 09:05:17 +03:00
|
|
|
|
let d = pdfa(html, '#dede_content table tbody tr a');
|
|
|
|
|
let lista = [];
|
|
|
|
|
let listq = [];
|
2023-08-20 03:46:42 +03:00
|
|
|
|
let listm = [];
|
|
|
|
|
let liste = [];
|
2023-08-23 07:06:48 +03:00
|
|
|
|
let listm3u8 = {};
|
2023-08-20 03:46:42 +03:00
|
|
|
|
d.forEach(function(it){
|
|
|
|
|
let burl = pdfh(it, 'a&&href');
|
|
|
|
|
let title = pdfh(it, 'a&&Text');
|
|
|
|
|
log('dygang title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title);
|
|
|
|
|
log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
|
|
|
|
let loopresult = title + '$' + burl;
|
2023-08-21 09:05:17 +03:00
|
|
|
|
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
2023-08-30 08:49:27 +03:00
|
|
|
|
if (true){
|
2023-08-22 07:08:02 +03:00
|
|
|
|
if (TABS.length==1){
|
|
|
|
|
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
|
|
|
|
}else{
|
|
|
|
|
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&url=" + encodeURIComponent(burl);
|
|
|
|
|
}
|
2023-08-28 07:55:54 +03:00
|
|
|
|
}else{
|
|
|
|
|
burl = 'push://' + burl;
|
|
|
|
|
}
|
2023-08-21 09:05:17 +03:00
|
|
|
|
loopresult = title + '$' + burl;
|
|
|
|
|
lista.push(loopresult);
|
|
|
|
|
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
2023-08-30 08:49:27 +03:00
|
|
|
|
if (true){
|
2023-08-22 07:08:02 +03:00
|
|
|
|
if (TABS.length==1){
|
|
|
|
|
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
|
|
|
|
}else{
|
|
|
|
|
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&url=" + encodeURIComponent(burl);
|
|
|
|
|
}
|
2023-08-28 07:55:54 +03:00
|
|
|
|
}else{
|
|
|
|
|
burl = 'push://' + burl;
|
|
|
|
|
}
|
2023-08-21 09:05:17 +03:00
|
|
|
|
loopresult = title + '$' + burl;
|
|
|
|
|
listq.push(loopresult);
|
|
|
|
|
}else if (burl.startsWith("magnet")){
|
2023-08-20 03:46:42 +03:00
|
|
|
|
listm.push(loopresult);
|
|
|
|
|
}else if (burl.startsWith("ed2k")){
|
|
|
|
|
liste.push(loopresult);
|
|
|
|
|
}
|
|
|
|
|
});
|
2023-08-23 07:06:48 +03:00
|
|
|
|
if (false){
|
|
|
|
|
d = pdfa(html, 'div:has(>div#post_content) div.widget:has(>h3)');
|
|
|
|
|
d.forEach(function(it){
|
|
|
|
|
let index = pdfh(it, 'h3&&Text');
|
|
|
|
|
let burl = pd(it, 'a&&href', HOST);
|
|
|
|
|
let title = pdfh(it, 'a&&Text');
|
|
|
|
|
log('xb6v title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title);
|
|
|
|
|
log('xb6v burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
|
|
|
|
let m3u8_html = request(burl);
|
|
|
|
|
let playerUrl = pd(m3u8_html, 'div.video&&iframe&&src', HOST);
|
|
|
|
|
log('xb6v playerUrl >>>>>>>>>>>>>>>>>>>>>>>>>>' + playerUrl);
|
|
|
|
|
if (!listm3u8.hasOwnProperty(index)){
|
|
|
|
|
listm3u8[index] = [];
|
|
|
|
|
}
|
|
|
|
|
let loopresult = title + '$' + ' ';
|
|
|
|
|
if (/(\/player\/|\/share\/)/.test(playerUrl)){
|
|
|
|
|
let player_html = request(playerUrl);
|
|
|
|
|
let m3u8Url="";
|
|
|
|
|
try{
|
|
|
|
|
m3u8Url = player_html.match(/'([^']*.m3u8)'/)[1];
|
|
|
|
|
}catch(e){
|
|
|
|
|
try{
|
|
|
|
|
m3u8Url = player_html.match(/"([^"]*.m3u8)"/)[1];
|
|
|
|
|
}catch(e){
|
|
|
|
|
m3u8Url = "";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (m3u8Url !== ""){
|
|
|
|
|
m3u8Url = urljoin2(playerUrl, m3u8Url);
|
|
|
|
|
log('xb6v m3u8Url >>>>>>>>>>>>>>>>>>>>>>>>>>' + m3u8Url);
|
|
|
|
|
loopresult = title + '$' + m3u8Url;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
listm3u8[index].push(loopresult);
|
|
|
|
|
});
|
|
|
|
|
}
|
2023-08-20 03:46:42 +03:00
|
|
|
|
if (listm.length>0){
|
|
|
|
|
LISTS.push(listm);
|
|
|
|
|
}
|
|
|
|
|
if (liste.length>0){
|
|
|
|
|
LISTS.push(liste);
|
|
|
|
|
}
|
2023-08-30 08:49:27 +03:00
|
|
|
|
if (false && lista.length + listq.length > 1){
|
2023-08-28 07:55:54 +03:00
|
|
|
|
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
|
|
|
|
}
|
2023-08-22 07:08:02 +03:00
|
|
|
|
lista.forEach(function(it){
|
|
|
|
|
LISTS.push([it]);
|
|
|
|
|
});
|
|
|
|
|
listq.forEach(function(it){
|
|
|
|
|
LISTS.push([it]);
|
|
|
|
|
});
|
2023-08-23 07:06:48 +03:00
|
|
|
|
for ( const key in listm3u8 ){
|
|
|
|
|
if (listm3u8.hasOwnProperty(key)){
|
|
|
|
|
LISTS.push(listm3u8[key]);
|
|
|
|
|
}
|
|
|
|
|
};
|
2023-08-20 03:46:42 +03:00
|
|
|
|
`,
|
2023-08-15 09:49:24 +03:00
|
|
|
|
|
|
|
|
|
},
|
2023-08-20 03:46:42 +03:00
|
|
|
|
搜索:`js:
|
|
|
|
|
pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd;
|
|
|
|
|
let params = 'tempid=1&tbname=article&keyboard=' + KEY + '&show=title%2Csmalltext&Submit=%CB%D1%CB%F7';
|
|
|
|
|
let _fetch_params = JSON.parse(JSON.stringify(rule_fetch_params));
|
|
|
|
|
let postData = {
|
|
|
|
|
method: "POST",
|
|
|
|
|
body: params
|
|
|
|
|
};
|
|
|
|
|
delete(_fetch_params.headers['Content-Type']);
|
|
|
|
|
Object.assign(_fetch_params, postData);
|
|
|
|
|
log("dygang search postData>>>>>>>>>>>>>>>" + JSON.stringify(_fetch_params));
|
|
|
|
|
let search_html = request( HOST + '/e/search/index123.php', _fetch_params, true);
|
2023-08-28 07:55:54 +03:00
|
|
|
|
//log("dygang search result>>>>>>>>>>>>>>>" + search_html);
|
2023-08-20 03:46:42 +03:00
|
|
|
|
let d=[];
|
|
|
|
|
let dlist = pdfa(search_html, 'table.border1');
|
|
|
|
|
dlist.forEach(function(it){
|
|
|
|
|
let title = pdfh(it, 'img&&alt');
|
|
|
|
|
if (searchObj.quick === true){
|
|
|
|
|
if (title.includes(KEY)){
|
|
|
|
|
title = KEY;
|
2023-08-15 09:49:24 +03:00
|
|
|
|
}
|
2023-08-20 03:46:42 +03:00
|
|
|
|
}
|
|
|
|
|
let img = pd(it, 'img&&src', HOST);
|
|
|
|
|
let content = pdfh(it, 'img&&alt');
|
|
|
|
|
let desc = pdfh(it, 'img&&alt');
|
|
|
|
|
let url = pd(it, 'a&&href', HOST);
|
|
|
|
|
d.push({
|
|
|
|
|
title:title,
|
|
|
|
|
img:img,
|
|
|
|
|
content:content,
|
|
|
|
|
desc:desc,
|
|
|
|
|
url:url
|
|
|
|
|
})
|
|
|
|
|
});
|
|
|
|
|
setResult(d);
|
|
|
|
|
`,
|
2023-08-15 09:49:24 +03:00
|
|
|
|
}
|