feat(api): 添加新弹幕源和直播源

- 新增嗷呜弹幕源
- 添加像素和豆丁APP源
- 新增Guovin直播源
- 更新蜘蛛源和配置中心版本
This commit is contained in:
Wang.Luo 2025-09-19 00:23:02 +08:00
parent d92a09628f
commit 2cc61b69d2
3 changed files with 66 additions and 1 deletions

View File

@ -25,11 +25,18 @@
},
{
"key": "huban",
"name": "弹幕|搜索",
"name": "弹幕|虎斑",
"type": 3,
"jar": "https://gitee.com/zj521jj/little-tiger-spot/raw/master/jar/HubanTC.jar",
"api": "csp_Huban"
},
{
"name": "嗷呜弹幕",
"key": "弹幕|嗷呜",
"type": 3,
"jar": "https://gitee.com/amg99/tvjson/raw/master/spider/custom_spider.jar",
"api": "csp_GoConfig"
},
{
"key": "配置中心",
"name": "配置|中心",
@ -251,6 +258,38 @@
"ua": "okhttp/3.10.0 BDYS/109.0.0.8"
}
},
{
"key": "像素",
"name": "像素丨APP",
"type": 3,
"quickSearch": 1,
"api": "csp_AppGet",
"ext": {
"url": "https://mcvod.top",
"site": "",
"dataKey": "cnmbknmbtounimab",
"dataIv": "cnmbknmbtounimab",
"deviceId": "",
"version": "",
"ua": ""
}
},
{
"key": "豆丁",
"name": "豆丁丨APP",
"type": 3,
"quickSearch": 1,
"api": "csp_AppGet",
"ext": {
"url": "http://45.66.157.77:9427",
"site": "",
"dataKey": "Xasdasd!123123dd",
"dataIv": "Xasdasd!123123dd",
"deviceId": "",
"version": "",
"ua": ""
}
},
{
"key": "斗量",
"name": "斗量丨APP",

26
bullet.json Normal file
View File

@ -0,0 +1,26 @@
{
"spider": "https://gitee.com/amg99/tvjson/raw/master/spider/custom_spider.jar",
"wallpaper": "https://api.paugram.com/wallpaper/",
"warningText": "仅作学习交流测试使用配置或下载后请于24小时之内删除",
"lives": [
{
"name": "Guovin",
"type": 0,
"url": "http://47.106.254.96:9120/d/home/iptv-api/output/result.m3u",
"epg": "http://cdn.1678520.xyz/epg/?ch={name}&date={date}",
"timeout": 10
}
],
"sites": [
{
"name": "嗷呜弹幕",
"key": "嗷呜弹幕",
"type": 3,
"api": "csp_GoConfig",
"searchable": 0,
"filterable": 0,
"quickSearch": 0,
"changeable": 0
}
]
}

Binary file not shown.