From a2518a5465ad26d6150a2f89fd67e69db5c20f23 Mon Sep 17 00:00:00 2001 From: "Wang.Luo" <1593775941@qq.com> Date: Thu, 14 Aug 2025 23:32:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(api):=20=E6=B7=BB=E5=8A=A0=E6=AC=A7?= =?UTF-8?q?=E4=B9=90=E5=BD=B1=E8=A7=86=E5=92=8CBadNews=E6=89=A9=E5=B1=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 py_OleVod 扩展,提供欧乐影视内容 - 新增 py_BadNews 扩展,提供 BadNews 内容 - 两个扩展均支持搜索,但不支持快速搜索和筛选 - py_BadNews 扩展具有自定义样式,类型为矩形,比例为 1.5 --- api.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/api.json b/api.json index cf972e7..c1930b9 100644 --- a/api.json +++ b/api.json @@ -1125,6 +1125,30 @@ "filterable": 1, "ext": "./XBPQ/光影迷.json" }, + { + "key": "py_OleVod", + "name": "欧乐|影视(T4)", + "type": 4, + "api": "https://py.doube.eu.org/spider?site=OleVod", + "searchable": 1, + "quickSearch": 0, + "filterable": 0, + "changeable": 0 + }, + { + "key": "py_BadNews", + "name": "BadNews(T4)", + "type": 4, + "api": "https://py.doube.eu.org/spider?site=BadNews", + "searchable": 1, + "quickSearch": 0, + "filterable": 0, + "changeable": 0, + "style": { + "type": "rect", + "ratio": 1.5 + } + }, { "key": "小鸭看看", "name": "小鸭|影视",