"更新 JSON 及 API 配置,替换'牛马'为'诺雪' APP 站点并更新 API 参数,移除'鲶鱼'站点,新增'懒盘' 4K 弹幕站点配置,同步更新 spider.jar 文件"
This commit is contained in:
parent
4ccbcd4d76
commit
c3688a1c8a
52
JS/懒盘.js
Normal file
52
JS/懒盘.js
Normal file
@ -0,0 +1,52 @@
|
||||
var rule = {
|
||||
title: '懒盘搜',
|
||||
host: 'https://www.lzpanx.com/',
|
||||
hostJs: '',
|
||||
headers: {
|
||||
'User-Agent': 'Mozilla/5.0 (Linux; Android 11; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.91 Mobile Safari/537.36',
|
||||
},
|
||||
编码: 'utf-8',
|
||||
timeout: 5000,
|
||||
url: 'https://www.lzpanx.com/search?q=fyclass&format=video&type=BDY&page=fypage',
|
||||
filter_url: '',
|
||||
detailUrl: '',
|
||||
searchUrl: 'https://www.lzpanx.com/search?k=**&format=video&type=BDY&page=fypage',
|
||||
searchable: 1,
|
||||
quickSearch: 1,
|
||||
filterable: 1,
|
||||
class_name: '剧集&电影&短剧&动漫&综艺',
|
||||
class_url: '剧集&电影&短网剧&动漫&综艺',
|
||||
proxy_rule: '',
|
||||
sniffer: false,
|
||||
isVideo: '',
|
||||
play_parse: true,
|
||||
parse_url: '',
|
||||
lazy: "js:\n input = 'push://' + input;\n ",
|
||||
limit: 9,
|
||||
double: false,
|
||||
// 推荐: '*',
|
||||
一级: 'js:\n let html = fetch(input);\n let list = pdfa(html, "body&&.semi-space-medium-vertical");\n VODS = list.map(x => {\n return {\n vod_name: pdfh(x, "div&&a&&title"),\n vod_pic: pdfh(x, "div&&img&&src"),\n vod_remarks: pdfh(x, "div&&img&&alt"),\n vod_content: pdfh(x, "div&&img&&alt"),\n vod_id: pdfh(x, "div&&a&&href")\n }\n });\n ',
|
||||
二级: {
|
||||
title: 'h1&&Text',
|
||||
img: 'img&&src',
|
||||
desc: '.card-text:eq(2)&&Text;;;;',
|
||||
content: 'body&&.semi-space-loose-vertical&&a&&href',
|
||||
tabs: "js:TABS = ['懒盘']",
|
||||
lists: "js:\n LISTS = [];\n let lists1 = pdfa(html, 'body&&.semi-space-loose-vertical').map(it => {\n let _tt = pdfh(it, 'span&&title');\n let _uu = pdfh(it, 'a&&href');\n return _tt + '$' + _uu;\n });\n LISTS.push(lists1);\n ",
|
||||
},
|
||||
搜索: '*',
|
||||
cate_exclude: '首页|留言|APP|下载|资讯|新闻|动态',
|
||||
tab_exclude: '猜你|喜欢|下载|剧情|榜|评论',
|
||||
类型: '影视',
|
||||
homeUrl: 'https://www.lzpanx.com/',
|
||||
二级访问前: '',
|
||||
encoding: 'utf-8',
|
||||
search_encoding: '',
|
||||
图片来源: '',
|
||||
图片替换: '',
|
||||
play_json: [],
|
||||
pagecount: {},
|
||||
tab_remove: [],
|
||||
tab_order: [],
|
||||
tab_rename: {},
|
||||
}
|
34
api.json
34
api.json
@ -134,33 +134,19 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "牛马",
|
||||
"name": "牛马|APP",
|
||||
"key": "诺雪",
|
||||
"name": "诺雪|APP",
|
||||
"type": 3,
|
||||
"quickSearch": 1,
|
||||
"api": "csp_AppGet",
|
||||
"ext": {
|
||||
"url": "http://nm.xxxc137.top",
|
||||
"dataKey": "a006661b01bdebbd",
|
||||
"dataIv": "a006661b01bdebbd",
|
||||
"url": "https://appcms.rx4k.top",
|
||||
"dataKey": "LiGFzV6csf21zsu6",
|
||||
"dataIv": "LiGFzV6csf21zsu6",
|
||||
"deviceId": "",
|
||||
"version": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "鲶鱼",
|
||||
"name": "鲶鱼|APP",
|
||||
"type": 3,
|
||||
"quickSearch": 1,
|
||||
"api": "csp_AppGet",
|
||||
"ext": {
|
||||
"url": "http://47.122.22.78",
|
||||
"dataKey": "1234567890123456",
|
||||
"dataIv": "1234567890123456",
|
||||
"deviceId": "",
|
||||
"version": "119"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "橘子",
|
||||
"name": "橘子|APP",
|
||||
@ -776,6 +762,16 @@
|
||||
"type": "list"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "懒盘",
|
||||
"name": "懒盘|4K弹幕",
|
||||
"type": 3,
|
||||
"api": "./js/cloud.min.js",
|
||||
"ext": "./js/懒盘.js",
|
||||
"style": {
|
||||
"type": "list"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "星芽短剧",
|
||||
"name": "星芽|短剧",
|
||||
|
BIN
spider.jar
BIN
spider.jar
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user