更新 JSON 及 API 配置,调整站点 SiteUrl 备用域名,更新 API 密钥、设备 ID 及域名参数,新增"养生堂"知识站点配置,调整多个站点类型及 JSON 文件关联,同步更新 spider.jar 文件
This commit is contained in:
parent
c3688a1c8a
commit
c3ab34ccff
8
JS/懒盘.js
8
JS/懒盘.js
@ -7,10 +7,10 @@ var rule = {
|
|||||||
},
|
},
|
||||||
编码: 'utf-8',
|
编码: 'utf-8',
|
||||||
timeout: 5000,
|
timeout: 5000,
|
||||||
url: 'https://www.lzpanx.com/search?q=fyclass&format=video&type=BDY&page=fypage',
|
url: 'https://www.lzpanx.com/search?q=fyclass&format=video&page=fypage',
|
||||||
filter_url: '',
|
filter_url: '',
|
||||||
detailUrl: '',
|
detailUrl: '',
|
||||||
searchUrl: 'https://www.lzpanx.com/search?k=**&format=video&type=BDY&page=fypage',
|
searchUrl: 'https://www.lzpanx.com/search?q=**&format=video&page=fypage',
|
||||||
searchable: 1,
|
searchable: 1,
|
||||||
quickSearch: 1,
|
quickSearch: 1,
|
||||||
filterable: 1,
|
filterable: 1,
|
||||||
@ -25,7 +25,7 @@ var rule = {
|
|||||||
limit: 9,
|
limit: 9,
|
||||||
double: false,
|
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 ',
|
一级: 'js:\n let html = fetch(input);\n let list = pdfa(html, "body&&.semi-space-medium-vertical");\n VODS = list.map(x => {\n let remarks = pdfh(x, "div&&img&&alt");\n // 过滤掉包含"迅雷云盘"的内容\n if(remarks.includes("迅雷云盘")) return null;\n return {\n vod_name: pdfh(x, "div&&a&&title"),\n vod_pic: \'https://ww1.sinaimg.cn/mw690/006faMndly1htmb1m08adj30e20e2q3m.jpg\',\n vod_remarks: remarks,\n vod_content: remarks,\n vod_id: pdfh(x, "div&&a&&href")\n }\n }).filter(x => x !== null);\n ',
|
||||||
二级: {
|
二级: {
|
||||||
title: 'h1&&Text',
|
title: 'h1&&Text',
|
||||||
img: 'img&&src',
|
img: 'img&&src',
|
||||||
@ -34,7 +34,7 @@ var rule = {
|
|||||||
tabs: "js:TABS = ['懒盘']",
|
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 ",
|
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 ",
|
||||||
},
|
},
|
||||||
搜索: '*',
|
搜索: 'js:\n let html = fetch(input);\n let list = pdfa(html, "body&&.semi-space-medium-vertical");\n VODS = list.map(x => {\n let remarks = pdfh(x, "div&&img&&alt");\n // 过滤掉包含"迅雷云盘"的内容\n if(remarks.includes("迅雷云盘")) return null;\n return {\n vod_name: pdfh(x, "div&&a&&title"),\n vod_pic: \'https://ww1.sinaimg.cn/mw690/006faMndly1htmb1m08adj30e20e2q3m.jpg\',\n vod_remarks: remarks,\n vod_content: remarks,\n vod_id: pdfh(x, "div&&a&&href")\n }\n }).filter(x => x !== null);\n ',
|
||||||
cate_exclude: '首页|留言|APP|下载|资讯|新闻|动态',
|
cate_exclude: '首页|留言|APP|下载|资讯|新闻|动态',
|
||||||
tab_exclude: '猜你|喜欢|下载|剧情|榜|评论',
|
tab_exclude: '猜你|喜欢|下载|剧情|榜|评论',
|
||||||
类型: '影视',
|
类型: '影视',
|
||||||
|
@ -195,5 +195,5 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"siteUrl": "https://ysapi.yingso.fun/v7/ali/all"
|
"siteUrl": "https://ys1api.yingso.fun/v7/ali/all"
|
||||||
}
|
}
|
17
XBPQ/养生堂.json
Normal file
17
XBPQ/养生堂.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"首页": "0",
|
||||||
|
// "播放链接前缀": "https://www.gyf.lol",
|
||||||
|
"数组": "data\":{\"tit&&s_log",
|
||||||
|
"图片": "https://p0.ssl.cdn.btime.com/+ssl.cdn.btime.com/&&\"",
|
||||||
|
"副标题": "le\":\"&&\"",
|
||||||
|
"标题": "text\":\"&&\"",
|
||||||
|
"链接": "item.btime.com/&&\"",
|
||||||
|
"链接前缀": "https://app.api.btime.com/video/play?callback=jQuery36009651202523243325_1747927554988&id=",
|
||||||
|
// "线路标题": "</i>&&<span",
|
||||||
|
"播放数组": "video_streams&&audio_streams",
|
||||||
|
"播放列表": "stream&&duration",
|
||||||
|
"播放标题": "stream_vbt\":\"&&\"",
|
||||||
|
"播放链接": "url\":\"&&\"",
|
||||||
|
"分类url": "https://pc.api.btime.com/btimeweb/infoFlow?callback=jQuery36002244958011106073_1747920210579&list_id={cateId}&refresh={catePg}&count=2000&expands=pageinfo&_=1747920210580",
|
||||||
|
"分类": "2025$btv_08da67cea600bf3c78973427bfaba12d_s0_2025#2024$btv_08da67cea600bf3c78973427bfaba12d_s0_2024#2023$btv_08da67cea600bf3c78973427bfaba12d_s0_2023#2022$btv_08da67cea600bf3c78973427bfaba12d_s0_2022#2021$btv_08da67cea600bf3c78973427bfaba12d_s0_2021#2020$btv_08da67cea600bf3c78973427bfaba12d_s0_2020#2019$btv_08da67cea600bf3c78973427bfaba12d_s0_2019#2018$btv_08da67cea600bf3c78973427bfaba12d_s0_2018"
|
||||||
|
}
|
61
api.json
61
api.json
@ -280,11 +280,11 @@
|
|||||||
"quickSearch": 1,
|
"quickSearch": 1,
|
||||||
"api": "csp_AppGet",
|
"api": "csp_AppGet",
|
||||||
"ext": {
|
"ext": {
|
||||||
"url": "http://111.180.198.40:1110",
|
"url": "http://1.94.105.93",
|
||||||
"dataKey": "asgcxhjkts124573",
|
"dataKey": "gKdQKLbwhhLp4Ytv",
|
||||||
"dataIv": "asgcxhjkts124573",
|
"dataIv": "gKdQKLbwhhLp4Ytv",
|
||||||
"deviceId": "298e5fe29c74b35aabb9836ee2f6f449f",
|
"deviceId": "",
|
||||||
"version": "701"
|
"version": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -871,7 +871,7 @@
|
|||||||
"quickSearch": 1,
|
"quickSearch": 1,
|
||||||
"filterable": 1,
|
"filterable": 1,
|
||||||
"playerType": 2
|
"playerType": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "三号动漫APP",
|
"key": "三号动漫APP",
|
||||||
"name": "三号|动漫",
|
"name": "三号|动漫",
|
||||||
@ -882,7 +882,7 @@
|
|||||||
"quickSearch": 1,
|
"quickSearch": 1,
|
||||||
"filterable": 1,
|
"filterable": 1,
|
||||||
"playerType": 2
|
"playerType": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "剧粑粑",
|
"key": "剧粑粑",
|
||||||
"name": "剧粑粑|影视",
|
"name": "剧粑粑|影视",
|
||||||
@ -1319,7 +1319,7 @@
|
|||||||
"name": "绝对|影视",
|
"name": "绝对|影视",
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"api": "csp_FourK",
|
"api": "csp_FourK",
|
||||||
"ext": "https://www.4kvm.tv"
|
"ext": "https://www.4kvm.net"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "白白影视",
|
"key": "白白影视",
|
||||||
@ -2399,6 +2399,23 @@
|
|||||||
"cookie": "http://127.0.0.1:9978/file/TVBox/bili_cookie.txt"
|
"cookie": "http://127.0.0.1:9978/file/TVBox/bili_cookie.txt"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "哔哩哔哩演唱会",
|
||||||
|
"name": "哔哩|音乐",
|
||||||
|
"type": 3,
|
||||||
|
"api": "csp_Bili",
|
||||||
|
"searchable": 0,
|
||||||
|
"quickSearch": 0,
|
||||||
|
"filterable": 0,
|
||||||
|
"ext": {
|
||||||
|
"cookie": "http://127.0.0.1:9978/file/TVBox/bili_cookie.txt",
|
||||||
|
"json": "./json/哔哩哔哩演唱会.json"
|
||||||
|
},
|
||||||
|
"style": {
|
||||||
|
"type": "rect",
|
||||||
|
"ratio": 1.597
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"key": "哔哩哔哩听书",
|
"key": "哔哩哔哩听书",
|
||||||
"name": "哔哩|听书",
|
"name": "哔哩|听书",
|
||||||
@ -2467,23 +2484,6 @@
|
|||||||
"ratio": 1.597
|
"ratio": 1.597
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"key": "哔哩哔哩演唱会",
|
|
||||||
"name": "哔哩|演唱会",
|
|
||||||
"type": 3,
|
|
||||||
"api": "csp_Bili",
|
|
||||||
"searchable": 0,
|
|
||||||
"quickSearch": 0,
|
|
||||||
"filterable": 0,
|
|
||||||
"ext": {
|
|
||||||
"cookie": "http://127.0.0.1:9978/file/TVBox/bili_cookie.txt",
|
|
||||||
"json": "./json/哔哩哔哩演唱会.json"
|
|
||||||
},
|
|
||||||
"style": {
|
|
||||||
"type": "rect",
|
|
||||||
"ratio": 1.597
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"key": "急救教学",
|
"key": "急救教学",
|
||||||
"name": "急救|教学",
|
"name": "急救|教学",
|
||||||
@ -2498,6 +2498,17 @@
|
|||||||
},
|
},
|
||||||
"gridview": "0-0-4.1"
|
"gridview": "0-0-4.1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "养生堂",
|
||||||
|
"name": "养生|知识",
|
||||||
|
"type": 3,
|
||||||
|
"api": "csp_XBPQ",
|
||||||
|
"ext": "./XBPQ/养生堂.json",
|
||||||
|
"style": {
|
||||||
|
"type": "rect",
|
||||||
|
"ratio": 1.597
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"key": "push_agent",
|
"key": "push_agent",
|
||||||
"name": "手机|推送",
|
"name": "手机|推送",
|
||||||
|
BIN
spider.jar
BIN
spider.jar
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user