feat(XBPQ): 添加影视森林和快点播影视源

- 新增影视森林和快点播两个影视源的配置文件
- 在 api.json 中添加相应的影视源信息
- 更新 spider.jar 文件以支持新影视源
This commit is contained in:
Wang.Luo 2025-08-21 00:06:23 +08:00
parent 87e9b9decc
commit 1a368a3828
4 changed files with 32 additions and 0 deletions

6
XBPQ/影视森林.json Normal file
View File

@ -0,0 +1,6 @@
{
"简介": "pt-10 pb-10\" style=*>&&</p>",
"线路数组": "#ewave-playlist&&</li>",
"分类url": "https://www.imtlink.com/vodshow/{cateId}-{area}--{class}-----{catePg}---{year}.html",
"分类": "短剧$remenduanju#电视剧$dsj#电影$dianying#动漫$dongman#综艺$zongyi"
}

5
XBPQ/快点播.json Normal file
View File

@ -0,0 +1,5 @@
{
"简介": "detail-content\" style=*>&&</span>",
"分类url": "https://www.quickvod.cc/type/{cateId}.html",
"分类": "电视剧$2#电影$1#动漫$4#综艺$3"
}

View File

@ -1217,6 +1217,27 @@
"filterable": 1,
"ext": "./XBPQ/明月影院.json"
},
{
"key": "影视森林",
"name": "森林|影视",
"type": 3,
"api": "csp_HBPQ",
"searchable": 1,
"quickSearch": 1,
"filterable": 1,
"ext": "./XBPQ/影视森林.json"
},
{
"key": "快点播",
"name": "快点播|影视",
"type": 3,
"api": "csp_HBPQ",
"searchable": 1,
"quickSearch": 1,
"filterable": 1,
"click": "document.querySelector(\"#playleft iframe\").contentWindow.document.querySelector(\"#start\").click();",
"ext": "./XBPQ/快点播.json"
},
{
"key": "小鸭看看",
"name": "小鸭|影视",

Binary file not shown.