feat(XBPQ): 添加小鸭看看影视资源

- 新增小鸭看看影视资源的 JSON 配置文件
- 在 api.json 中添加小鸭看看的接口信息
- 提供了电影、电视剧、动漫、综艺、福利等分类的 URL 模板
This commit is contained in:
Wang.Luo 2025-08-10 16:51:17 +08:00
parent 1b9e047216
commit 5e4b95b145
2 changed files with 18 additions and 0 deletions

8
XBPQ/小鸭看看.json Normal file
View File

@ -0,0 +1,8 @@
{
"链接": "href=\"&&\">",
"图片": "data-src=\"&&\"",
"标题": "alt=\"&&\">",
"副标题": "tag1\">&&</div>",
"分类url": "https://xiaoyakankan.com/cat/{cateId}-{catePg}.html",
"分类": "电影$10#电视剧$11#动漫$13#综艺$12#福利$15"
}

View File

@ -1160,6 +1160,16 @@
"filterable": 1, "filterable": 1,
"ext": "./XBPQ/兄弟影院.json" "ext": "./XBPQ/兄弟影院.json"
}, },
{
"key": "小鸭看看",
"name": "小鸭|影视",
"type": 3,
"api": "csp_HBPQ",
"searchable": 1,
"quickSearch": 1,
"filterable": 1,
"ext": "./XBPQ/小鸭看看.json"
},
{ {
"comment": "自定义接口结束", "comment": "自定义接口结束",
"key": "柚子资源", "key": "柚子资源",