From 257ff4bae91af000d1fd57afe9b3cecaf8d780b5 Mon Sep 17 00:00:00 2001 From: "Wang.Luo" <1593775941@qq.com> Date: Sun, 17 Aug 2025 15:44:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(api):=20=E6=B7=BB=E5=8A=A0=E6=B3=A5?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增泥视频 API 配置,支持影视资源搜索和过滤 - 添加泥视频分类 URL 和分类信息的 JSON 文件 --- XBPQ/泥视频.json | 4 ++++ api.json | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 XBPQ/泥视频.json diff --git a/XBPQ/泥视频.json b/XBPQ/泥视频.json new file mode 100644 index 0000000..2e6d21b --- /dev/null +++ b/XBPQ/泥视频.json @@ -0,0 +1,4 @@ +{ + "分类url": "https://www.nivod.vip/k/{cateId}-{area}-{by}--{lang}----{catePg}---{year}/", + "分类": "电影$1#电视剧$2#动漫$4#综艺$3" +} \ No newline at end of file diff --git a/api.json b/api.json index 6d5fdff..e76c634 100644 --- a/api.json +++ b/api.json @@ -1197,6 +1197,16 @@ "filterable": 0, "changeable": 0 }, + { + "key": "泥视频", + "name": "泥视频|影视", + "type": 3, + "api": "csp_HBPQ", + "searchable": 1, + "quickSearch": 1, + "filterable": 1, + "ext": "./XBPQ/泥视频.json" + }, { "key": "小鸭看看", "name": "小鸭|影视",