Skip to content

Commit b8b29d5

Browse files
committed
Update config files and add 动漫屋[动].js
1 parent 70c61c3 commit b8b29d5

File tree

3 files changed

+106
-12
lines changed

3 files changed

+106
-12
lines changed

config/map.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ UC分享@@?type=url&params=../json/UC分享.json@@UC分享[盘]
2929
网盘[模板]@@?type=url&params=../json/域名配置.json$多多@@多多ᵐ[盘]
3030
网盘[模板]@@?type=url&params=../json/域名配置.json$欧歌@@欧歌ᵐ[盘]
3131
网盘[模板]@@?type=url&params=../json/域名配置.json$至臻@@至臻ᵐ[盘]
32+
AppFox@@https://qh.70qh.top@@麒麟[AFX]
33+
AppFox@@http://host1.sopython.top/host.json@@粉象[AFX]
3234
AppFox@@http://app.hktvyb.cc@@TVB云播[AFX]
3335
AppFox@@{"host":"http://www.yezitv.top/dtym.json"}@@木瓜影视[AFX]
3436
AppFox@@{"host":"http://nico.oiio.fun"}@@花柳影视[AFX]

json/App模板配置.json

Lines changed: 36 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,10 @@
2626
},
2727
"仓鼠": {
2828
"muban": "AppQiji",
29-
"host": "",
30-
"hosturl": "https://ceshi307386.oss-cn-beijing.aliyuncs.com/ceshi421.txt",
31-
"key": "da61247f5b662597",
32-
"iv": "da61247f5b662597",
33-
"verify": "true"
34-
},
35-
"紫金": {
36-
"muban": "AppGet",
37-
"host": "",
38-
"hosturl": "https://snysw.xyz/mf4kzs327.txt",
39-
"key": "1234567887654321",
40-
"iv": "1234567887654321",
29+
"host": "https://hk440cms.cs4k.top",
30+
"hosturl": "",
31+
"key": "fL7sY4zN4kB3pG4p",
32+
"iv": "fL7sY4zN4kB3pG4p",
4133
"verify": "true"
4234
},
4335
"云云": {
@@ -88,6 +80,30 @@
8880
"iv": "sada21321sdq231d",
8981
"verify": "true"
9082
},
83+
"优兔": {
84+
"muban": "AppQiji",
85+
"host": "",
86+
"hosturl": "https://uututv-1319209748.cos.ap-shanghai.myqcloud.com/uutuv4.txt",
87+
"key": "UrWKPnmQWJA8AQzd",
88+
"iv": "UrWKPnmQWJA8AQzd",
89+
"verify": "true"
90+
},
91+
"王子": {
92+
"muban": "AppGet",
93+
"host": "https://app.95112475.xyz",
94+
"hosturl": "",
95+
"key": "5a9w6x58dsq6z3a6",
96+
"iv": "5a9w6x58dsq6z3a6",
97+
"verify": "true"
98+
},
99+
"紫金": {
100+
"muban": "AppGet",
101+
"host": "",
102+
"hosturl": "https://snysw.xyz/mf4kzs327.txt",
103+
"key": "1234567887654321",
104+
"iv": "1234567887654321",
105+
"verify": "true"
106+
},
91107
"数字": {
92108
"muban": "AppGet",
93109
"host": "http://app1-0-0.87333.cc",
@@ -184,6 +200,14 @@
184200
"iv": "qkxnwkfjwpcnwycl",
185201
"verify": "true"
186202
},
203+
"番薯动漫": {
204+
"muban": "AppGet",
205+
"host": "https://new.app.bytegooty.com",
206+
"hosturl": "",
207+
"key": "N4yj7l7xKxHF4*gz",
208+
"iv": "N4yj7l7xKxHF4*gz",
209+
"verify": "true"
210+
},
187211
"咕咕动漫": {
188212
"muban": "AppGet",
189213
"host": "https://www.gugu3.com",

spider/js/短剧网[盘].js

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
/*
2+
@header({
3+
searchable: 1,
4+
filterable: 0,
5+
quickSearch: 0,
6+
title: '短剧网',
7+
author: 'EylinSir',
8+
'类型': '影视',
9+
lang: 'ds'
10+
})
11+
*/
12+
13+
var rule = {
14+
类型: '影视',
15+
author: 'EylinSir',
16+
title: '短剧网',
17+
host: 'https://sm3.cc',
18+
url: '/?cate=fyclass&page=fypage',
19+
searchUrl: '/search.php?q={wd}&page={pg}',
20+
searchable: 1,
21+
quickSearch: 0,
22+
timeout: 5000,
23+
play_parse: true,
24+
class_name: '短剧大全&更新短剧',
25+
class_url: '1&2',
26+
headers: { 'User-Agent': 'MOBILE_UA' },
27+
28+
lazy: async function () {
29+
return { url: this.input, parse: 0 };
30+
},
31+
32+
推荐: async function() {
33+
return await this.一级();
34+
},
35+
36+
一级: async function(tid, pg, filter, extend) {
37+
let url = this.input;
38+
let html = await request(url);
39+
let list = pdfa(html, 'li.col-6').map(it => ({
40+
title: pdfh(it, 'h3.f-14 a&&Text'),
41+
pic_url: pdfh(it, 'img.lazy&&data-original'),
42+
desc: pdfh(it, 'h3.f-14 a&&title').replace(/^[^]*/, '').replace(/$/, ''),
43+
url: pdfh(it, 'h3.f-14 a&&href'),
44+
content: ''
45+
}));
46+
return setResult(list);
47+
},
48+
49+
二级: async function(ids) {
50+
let url = this.input;
51+
let html = await request(url);
52+
let list = pdfa(html, '.content').map(content => {
53+
let playList = pdfh(content, 'p');
54+
return '点我播放$push://' + pdfh(playList, 'a&&href');
55+
});
56+
return {
57+
vod_name: pdfh(html, '[title]&&('),
58+
vod_pic: pdfh(html, '[data-original]&&"'),
59+
vod_content: '此为推送网盘规则',
60+
vod_play_from: '短剧网',
61+
vod_play_url: list.join('$$$')
62+
};
63+
},
64+
65+
搜索: async function () {
66+
return await this.一级();
67+
}
68+
};

0 commit comments

Comments
 (0)