refactor(config): 重命名弹幕配置文件并更新依赖库 将弹幕配置文件 `danmu_aowu.json` 和 `danmu_huban.json` 分别重命名为 `dm_aowu.json` 和 `dm_huban.json`,并更新了自定义爬虫 jar 包路径。同时添加了新的 dmlib 库文件及其对应的 MD5 校验文件,移除了旧的 aowu.jar 文件。 ```
26 lines
762 B
JSON
26 lines
762 B
JSON
{
|
||
"spider": "./dmlib/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
|
||
}
|
||
]
|
||
} |