mirror of
https://github.com/alantang1977/X.git
synced 2024-11-06 02:43:08 +02:00
Add files via upload
This commit is contained in:
parent
fead047f59
commit
cb63e5cafe
2 changed files with 205 additions and 19 deletions
|
@ -1,12 +1,15 @@
|
||||||
var rule = {
|
var rule = {
|
||||||
title:'美剧迷[磁]',
|
title:'美剧迷[磁]',
|
||||||
host:'https://www.meijumi.net',
|
//host:'https://www.meijumi.net',
|
||||||
homeUrl:'/',
|
//homeUrl:'/',
|
||||||
url: '/fyclass/page/fypage/?',
|
//url: '/fyclass/page/fypage/?',
|
||||||
|
host:'http://127.0.0.1:10078',
|
||||||
|
homeUrl:'/p/0/s/https://www.meijumi.net/',
|
||||||
|
url: '/p/0/s/https://www.meijumi.net/fyclass/page/fypage/?',
|
||||||
filter_url:'{{fl.class}}',
|
filter_url:'{{fl.class}}',
|
||||||
filter:{
|
filter:{
|
||||||
},
|
},
|
||||||
searchUrl: '/?s=**',
|
searchUrl: '/p/0/s/https://www.meijumi.net/?s=**',
|
||||||
searchable:2,
|
searchable:2,
|
||||||
quickSearch:0,
|
quickSearch:0,
|
||||||
filterable:0,
|
filterable:0,
|
||||||
|
@ -36,43 +39,47 @@ let html = request(input);
|
||||||
let items;
|
let items;
|
||||||
items = pdfa(html, 'main#main div.hd ul li:has(>a>img)');
|
items = pdfa(html, 'main#main div.hd ul li:has(>a>img)');
|
||||||
items.forEach(it => {
|
items.forEach(it => {
|
||||||
|
let burl = rule.homeUrl.replace("https://www.meijumi.net/","") + pd(it, 'a&&href').replace(rule.host, "https://www.meijumi.net");
|
||||||
d.push({
|
d.push({
|
||||||
title: pdfh(it, 'li&&Text'),
|
title: pdfh(it, 'li&&Text'),
|
||||||
desc: '',
|
desc: '',
|
||||||
pic_url: pd(it, 'img&&src', HOST),
|
pic_url: pd(it, 'img&&src', HOST),
|
||||||
url: pdfh(it, 'a&&href')
|
url: burl
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
items = pdfa(html, 'main#main div.hd div.huandeng span:has(>a>img)');
|
items = pdfa(html, 'main#main div.hd div.huandeng span:has(>a>img)');
|
||||||
if (typeof items !== "undefined") {
|
if (typeof items !== "undefined") {
|
||||||
items.forEach(it => {
|
items.forEach(it => {
|
||||||
|
let burl = rule.homeUrl.replace("https://www.meijumi.net/","") + pd(it, 'a&&href').replace(rule.host, "https://www.meijumi.net");
|
||||||
d.push({
|
d.push({
|
||||||
title: pdfh(it, 'span&&Text'),
|
title: pdfh(it, 'span&&Text'),
|
||||||
desc: '',
|
desc: '',
|
||||||
pic_url: pd(it, 'img&&src', HOST),
|
pic_url: pd(it, 'img&&src', HOST),
|
||||||
url: pdfh(it, 'a&&href')
|
url: burl
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
items = pdfa(html, 'main#main div#pingbi_gg div:has(>div>a>img)');
|
items = pdfa(html, 'main#main div#pingbi_gg div:has(>div>a>img)');
|
||||||
if (typeof items !== "undefined") {
|
if (typeof items !== "undefined") {
|
||||||
items.forEach(it => {
|
items.forEach(it => {
|
||||||
|
let burl = rule.homeUrl.replace("https://www.meijumi.net/","") + pd(it, 'a&&href').replace(rule.host, "https://www.meijumi.net");
|
||||||
d.push({
|
d.push({
|
||||||
title: pdfh(it, 'a&&title'),
|
title: pdfh(it, 'a&&title'),
|
||||||
desc: pdfh(it, 'div&&span b&&Text'),
|
desc: pdfh(it, 'div&&span b&&Text'),
|
||||||
pic_url: pd(it, 'img&&src', HOST),
|
pic_url: pd(it, 'img&&src', HOST),
|
||||||
url: pdfh(it, 'a&&href')
|
url: burl
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
items = pdfa(html, 'main#main div#pingbi_gg div:has(>header>div>a)');
|
items = pdfa(html, 'main#main div#pingbi_gg div:has(>header>div>a)');
|
||||||
if (typeof items !== "undefined") {
|
if (typeof items !== "undefined") {
|
||||||
items.forEach(it => {
|
items.forEach(it => {
|
||||||
|
let burl = rule.homeUrl.replace("https://www.meijumi.net/","") + pd(it, 'header a&&href').replace(rule.host, "https://www.meijumi.net");
|
||||||
d.push({
|
d.push({
|
||||||
title: pdfh(it, 'header a&&Text'),
|
title: pdfh(it, 'header a&&Text'),
|
||||||
desc: pdfh(it, 'header&&div span&&Text'),
|
desc: pdfh(it, 'header&&div span&&Text'),
|
||||||
pic_url: pd(it, 'figure img&&src', HOST),
|
pic_url: pd(it, 'figure img&&src', HOST),
|
||||||
url: pdfh(it, 'header a&&href')
|
url: burl
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -86,11 +93,12 @@ if (MY_CATE !== "news" ){
|
||||||
let html = request(input);
|
let html = request(input);
|
||||||
let list = pdfa(html, 'div#post_list_box article');
|
let list = pdfa(html, 'div#post_list_box article');
|
||||||
list.forEach(it => {
|
list.forEach(it => {
|
||||||
|
let burl = rule.homeUrl.replace("https://www.meijumi.net/","") + pd(it, 'header a&&href').replace(rule.host, "https://www.meijumi.net");
|
||||||
d.push({
|
d.push({
|
||||||
title: pdfh(it, 'header a&&Text'),
|
title: pdfh(it, 'header a&&Text'),
|
||||||
desc: pdfh(it, 'div.entry-content span:eq(1)&&Text'),
|
desc: pdfh(it, 'div.entry-content span:eq(1)&&Text'),
|
||||||
pic_url: pd(it, 'figure img&&src', HOST),
|
pic_url: pd(it, 'figure img&&src', HOST),
|
||||||
url: pdfh(it, 'header a&&href')
|
url: burl
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
}else{
|
}else{
|
||||||
|
@ -98,11 +106,12 @@ if (MY_CATE !== "news" ){
|
||||||
let html = request(input);
|
let html = request(input);
|
||||||
let list = pdfa(html, 'article ol&&li');
|
let list = pdfa(html, 'article ol&&li');
|
||||||
list.forEach(it => {
|
list.forEach(it => {
|
||||||
|
let burl = rule.homeUrl.replace("https://www.meijumi.net/","") + pd(it, 'a&&href').replace(rule.host, "https://www.meijumi.net");
|
||||||
d.push({
|
d.push({
|
||||||
title: pdfh(it, 'a&&Text'),
|
title: pdfh(it, 'a&&Text'),
|
||||||
desc: pdfh(it, 'li&&span:eq(3)&&Text') + ' / 更新' + pdfh(it, 'li&&span:eq(1)&&Text'),
|
desc: pdfh(it, 'li&&span:eq(3)&&Text') + ' / 更新' + pdfh(it, 'li&&span:eq(1)&&Text'),
|
||||||
pic_url: '',
|
pic_url: '',
|
||||||
url: pdfh(it, 'a&&href')
|
url: burl
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -255,10 +264,6 @@ playGroups.forEach(function(it){
|
||||||
LISTS.push(newd);
|
LISTS.push(newd);
|
||||||
}
|
}
|
||||||
if (Object.keys(it["ali"]).length==1){
|
if (Object.keys(it["ali"]).length==1){
|
||||||
if (!haveMag && !haveDelay){
|
|
||||||
haveDelay = true;
|
|
||||||
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
|
||||||
}
|
|
||||||
let d = [];
|
let d = [];
|
||||||
for(const key in it["ali"]){
|
for(const key in it["ali"]){
|
||||||
if (it["ali"].hasOwnProperty(key)){
|
if (it["ali"].hasOwnProperty(key)){
|
||||||
|
@ -268,15 +273,15 @@ playGroups.forEach(function(it){
|
||||||
log('meijumi ali title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title);
|
log('meijumi ali title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title);
|
||||||
log('meijumi ali burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
log('meijumi ali burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
||||||
d.push(title + '$' + burl);
|
d.push(title + '$' + burl);
|
||||||
|
if (!haveMag && !haveDelay){
|
||||||
|
haveDelay = true;
|
||||||
|
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LISTS.push(d);
|
LISTS.push(d);
|
||||||
}
|
}
|
||||||
if (Object.keys(it["quark"]).length==1){
|
if (Object.keys(it["quark"]).length==1){
|
||||||
if (!haveMag && !haveDelay){
|
|
||||||
haveDelay = true;
|
|
||||||
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
|
||||||
}
|
|
||||||
let d = [];
|
let d = [];
|
||||||
for(const key in it["quark"]){
|
for(const key in it["quark"]){
|
||||||
if (it["quark"].hasOwnProperty(key)){
|
if (it["quark"].hasOwnProperty(key)){
|
||||||
|
@ -286,6 +291,10 @@ playGroups.forEach(function(it){
|
||||||
log('meijumi quark title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title);
|
log('meijumi quark title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title);
|
||||||
log('meijumi quark burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
log('meijumi quark burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
||||||
d.push(title + '$' + burl);
|
d.push(title + '$' + burl);
|
||||||
|
if (!haveMag && !haveDelay){
|
||||||
|
haveDelay = true;
|
||||||
|
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LISTS.push(d);
|
LISTS.push(d);
|
||||||
|
|
177
js/xzys.js
Normal file
177
js/xzys.js
Normal file
|
@ -0,0 +1,177 @@
|
||||||
|
var rule = {
|
||||||
|
title:'校长影视[云盘]',
|
||||||
|
host:'https://xzys.fun',
|
||||||
|
homeUrl: '/',
|
||||||
|
url: '/fyclass.html?page=fypage',
|
||||||
|
filter_url:'{{fl.class}}',
|
||||||
|
filter:{
|
||||||
|
},
|
||||||
|
searchUrl: '/search.html?keyword=**',
|
||||||
|
searchable:2,
|
||||||
|
quickSearch:0,
|
||||||
|
filterable:0,
|
||||||
|
headers:{
|
||||||
|
'User-Agent': 'PC_UA',
|
||||||
|
'Cookie':''
|
||||||
|
},
|
||||||
|
timeout:5000,
|
||||||
|
class_name: '电视剧&电影&动漫&纪录片&综艺',
|
||||||
|
class_url: 'dsj&dy&dm&jlp&zy',
|
||||||
|
play_parse:true,
|
||||||
|
play_json:[{
|
||||||
|
re:'*',
|
||||||
|
json:{
|
||||||
|
parse:0,
|
||||||
|
jx:0
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
lazy:'',
|
||||||
|
limit:6,
|
||||||
|
推荐:'div.container div.row a:has(>img);img&&alt;img&&src;img&&alt;a&&href',
|
||||||
|
一级:'div.container div.row div.list-boxes;img&&alt;img&&src;div.list-actions&&Text;a&&href',
|
||||||
|
二级:{
|
||||||
|
title:"div.container div.row h1&&Text",
|
||||||
|
img:"div.container div.row img&&src",
|
||||||
|
desc:'div.container div.row div.article-infobox&&Text', //remark
|
||||||
|
content:'div.container div.row div#info&&Text',
|
||||||
|
tabs:`js:
|
||||||
|
pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd;
|
||||||
|
TABS=[]
|
||||||
|
let d = pdfa(html, 'div.container div.row a');
|
||||||
|
let tabsa = [];
|
||||||
|
let tabsq = [];
|
||||||
|
let tabsm = false;
|
||||||
|
let tabse = false;
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
if (tabsm === true){
|
||||||
|
TABS.push("磁力");
|
||||||
|
}
|
||||||
|
if (tabse === true){
|
||||||
|
TABS.push("電驢");
|
||||||
|
}
|
||||||
|
if (tabsa.length + tabsq.length > 1){
|
||||||
|
TABS.push("選擇右側綫路");
|
||||||
|
}
|
||||||
|
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;
|
||||||
|
});
|
||||||
|
log('xzys TABS >>>>>>>>>>>>>>>>>>' + TABS);
|
||||||
|
`,
|
||||||
|
lists:`js:
|
||||||
|
log(TABS);
|
||||||
|
pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd;
|
||||||
|
LISTS = [];
|
||||||
|
let d = pdfa(html, 'div.container div.row a');
|
||||||
|
let lista = [];
|
||||||
|
let listq = [];
|
||||||
|
let listm = [];
|
||||||
|
let liste = [];
|
||||||
|
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;
|
||||||
|
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
||||||
|
if (false){
|
||||||
|
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);
|
||||||
|
}
|
||||||
|
}else{
|
||||||
|
burl = "push://" + burl;
|
||||||
|
}
|
||||||
|
loopresult = title + '$' + burl;
|
||||||
|
lista.push(loopresult);
|
||||||
|
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
||||||
|
if (false){
|
||||||
|
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);
|
||||||
|
}
|
||||||
|
}else{
|
||||||
|
burl = "push://" + burl;
|
||||||
|
}
|
||||||
|
loopresult = title + '$' + burl;
|
||||||
|
listq.push(loopresult);
|
||||||
|
}else if (burl.startsWith("magnet")){
|
||||||
|
listm.push(loopresult);
|
||||||
|
}else if (burl.startsWith("ed2k")){
|
||||||
|
liste.push(loopresult);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
if (listm.length>0){
|
||||||
|
LISTS.push(listm);
|
||||||
|
}
|
||||||
|
if (liste.length>0){
|
||||||
|
LISTS.push(liste);
|
||||||
|
}
|
||||||
|
if (lista.length + listq.length > 1){
|
||||||
|
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
||||||
|
}
|
||||||
|
lista.forEach(function(it){
|
||||||
|
LISTS.push([it]);
|
||||||
|
});
|
||||||
|
listq.forEach(function(it){
|
||||||
|
LISTS.push([it]);
|
||||||
|
});
|
||||||
|
`,
|
||||||
|
|
||||||
|
},
|
||||||
|
搜索:`js:
|
||||||
|
pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd;
|
||||||
|
if (rule_fetch_params.headers.Cookie.startsWith("http")){
|
||||||
|
rule_fetch_params.headers.Cookie=fetch(rule_fetch_params.headers.Cookie);
|
||||||
|
let cookie = rule_fetch_params.headers.Cookie;
|
||||||
|
setItem(RULE_CK, cookie);
|
||||||
|
};
|
||||||
|
log('xzys seach cookie>>>>>>>>>>>>>' + rule_fetch_params.headers.Cookie);
|
||||||
|
let _fetch_params = JSON.parse(JSON.stringify(rule_fetch_params));
|
||||||
|
log("xzys search params>>>>>>>>>>>>>>>" + JSON.stringify(_fetch_params));
|
||||||
|
let search_html = request( HOST + '/search.html?keyword=' + encodeURIComponent(KEY), _fetch_params)
|
||||||
|
//log("xzys search result>>>>>>>>>>>>>>>" + search_html);
|
||||||
|
let d=[];
|
||||||
|
let dlist = pdfa(search_html, 'div.container div.row div.list-boxes');
|
||||||
|
dlist.forEach(function(it){
|
||||||
|
let title = pdfh(it, 'h2 a img&&alt');
|
||||||
|
if (searchObj.quick === true){
|
||||||
|
if (title.includes(KEY)){
|
||||||
|
title = KEY;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
let img = pd(it, 'h2 a img&&src', HOST);
|
||||||
|
let content = pdfh(it, 'p.text_p&&Text');
|
||||||
|
let desc = pdfh(it, 'div.list-actions&&Text'); //remark
|
||||||
|
let url = pd(it, 'h2 a&&href', HOST);
|
||||||
|
d.push({
|
||||||
|
title:title,
|
||||||
|
img:img,
|
||||||
|
content:content,
|
||||||
|
desc:desc,
|
||||||
|
url:url
|
||||||
|
})
|
||||||
|
});
|
||||||
|
setResult(d);
|
||||||
|
`,
|
||||||
|
}
|
Loading…
Reference in a new issue