feat(api): 更新弹幕插件并添加新接口

- 将"弹幕|小窗"插件重命名为"弹幕|搜索"
- 添加Youtube接口,支持视频搜索和播放
- 新增柚子资源接口,提供多种类型的内容
This commit is contained in:
Wang.Luo 2025-07-20 22:00:51 +08:00
parent 70db51ea56
commit f66d049959
4 changed files with 1328 additions and 1 deletions

View File

@ -38,7 +38,7 @@
}, },
{ {
"key": "huban", "key": "huban",
"name": "弹幕|小窗", "name": "弹幕|搜索",
"type": 3, "type": 3,
"jar": "https://gitee.com/zj521jj/little-tiger-spot/raw/master/jar/HubanTC.jar", "jar": "https://gitee.com/zj521jj/little-tiger-spot/raw/master/jar/HubanTC.jar",
"api": "csp_Huban" "api": "csp_Huban"
@ -1418,6 +1418,70 @@
"filterable": 1, "filterable": 1,
"ext": "./XBPQ/红果短剧.json" "ext": "./XBPQ/红果短剧.json"
}, },
{
"key": "Youtube",
"name": "Youtube",
"type": 3,
"api": "csp_Youtube",
"searchable": 1,
"changeable": 1,
"jar": "./jar/custom_spider.jar",
"style": {
"type": "rect",
"ratio": 1.433
},
"ext": {
"commonConfig": "./json/peizhi.json",
"json": "./json/youtube.json",
"cookie": ""
}
},
{
"key": "柚子资源",
"name": "柚子|采集",
"type": 0,
"api": "https://api.yzzy-api.com/inc/api.php",
"searchable": 1,
"quickSearch": 1,
"categories": [
"动作片",
"喜剧片",
"爱情片",
"科幻片",
"恐怖片",
"剧情片",
"战争片",
"国产剧",
"台湾剧",
"韩国剧",
"欧美剧",
"香港剧",
"泰国剧",
"日本剧",
"福利",
"记录片",
"动画片",
"海外剧",
"倫理片",
"大陆综艺",
"港台综艺",
"日韩综艺",
"欧美综艺",
"国产动漫",
"日韩动漫",
"欧美动漫",
"港台动漫",
"海外动漫",
"搞笑",
"音乐",
"影视",
"汽车",
"短剧大全",
"预告片",
"预告片",
"体育"
]
},
{ {
"comment": "自定义接口结束", "comment": "自定义接口结束",
"key": "采集集合", "key": "采集集合",

BIN
jar/custom_spider.jar Normal file

Binary file not shown.

12
json/peizhi.json Normal file
View File

@ -0,0 +1,12 @@
{
"aliToken": "",
"quarkCookie": "",
"ucCookie": "",
"115Cookie": "",
"pwdRb115": "",
"goServerUrl": "http://127.0.0.1:7944",
"ydAuth": "",
"tyAuth": "",
"proxy": "http://127.0.0.1:1072",
"tgPic": "false"
}

1251
json/youtube.json Normal file

File diff suppressed because it is too large Load Diff