From 5e4b95b14562717a5dca65bedf239ff6839af1da Mon Sep 17 00:00:00 2001 From: "Wang.Luo" <1593775941@qq.com> Date: Sun, 10 Aug 2025 16:51:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(XBPQ):=20=E6=B7=BB=E5=8A=A0=E5=B0=8F?= =?UTF-8?q?=E9=B8=AD=E7=9C=8B=E7=9C=8B=E5=BD=B1=E8=A7=86=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增小鸭看看影视资源的 JSON 配置文件 - 在 api.json 中添加小鸭看看的接口信息 - 提供了电影、电视剧、动漫、综艺、福利等分类的 URL 模板 --- XBPQ/小鸭看看.json | 8 ++++++++ api.json | 10 ++++++++++ 2 files changed, 18 insertions(+) create mode 100644 XBPQ/小鸭看看.json diff --git a/XBPQ/小鸭看看.json b/XBPQ/小鸭看看.json new file mode 100644 index 0000000..21653ba --- /dev/null +++ b/XBPQ/小鸭看看.json @@ -0,0 +1,8 @@ +{ + "链接": "href=\"&&\">", + "图片": "data-src=\"&&\"", + "标题": "alt=\"&&\">", + "副标题": "tag1\">&&", + "分类url": "https://xiaoyakankan.com/cat/{cateId}-{catePg}.html", + "分类": "电影$10#电视剧$11#动漫$13#综艺$12#福利$15" +} \ No newline at end of file diff --git a/api.json b/api.json index 8a40431..dad5ee4 100644 --- a/api.json +++ b/api.json @@ -1160,6 +1160,16 @@ "filterable": 1, "ext": "./XBPQ/兄弟影院.json" }, + { + "key": "小鸭看看", + "name": "小鸭|影视", + "type": 3, + "api": "csp_HBPQ", + "searchable": 1, + "quickSearch": 1, + "filterable": 1, + "ext": "./XBPQ/小鸭看看.json" + }, { "comment": "自定义接口结束", "key": "柚子资源",