tvbox/json/yyds.json
Wang.Luo b0a2f4a4c3 refactor(api): 更新 API 配置并调整分类
- 更新了 api.json 文件中的多个 API 配置项
- 调整了 ex.json 文件中的分类结构,简化为热播资源和二小系列分类
- 移除了大量的冗余过滤条件
- 更新了部分 API 的 key 和 name
2025-09-13 00:40:11 +08:00

36 lines
726 B
JSON

{
"SiteUrl": "",
"Domains": [
"https://tv.yydsys.top",
"https://tv.yydsys.cc",
"https://tv.214521.xyz"
],
"SiteWord": "yyds",
"SiteName": "多多",
"Classes": [
{
"type_name": "多多电影",
"type_id": "1"
},
{
"type_name": "多多剧集",
"type_id": "2"
},
{
"type_name": "综艺",
"type_id": "3"
},
{
"type_name": "动漫",
"type_id": "4"
},
{
"type_name": "短剧",
"type_id": "5"
},
{
"type_name": "纪录",
"type_id": "20"
}
]
}