- 提供一些搜集于互联网的 VOD 资源站 / A list of VOD sources collected from internet
- VOD 资源站 JSON 格式为一个字典的数组 / The VOD source JSON requires an array of dictionaries
- 每个字典只能包含下表所列的三个键 / The dictionary should contain only following three keys
键 / Key | 必需性 / Requirement | 备注 / Note |
---|---|---|
name |
必需 / Required | |
api |
必需 / Required | 格式为 / Format is https://example.com/api.php/provide/vod/ |
note |
可选 / Optional |
- 你可以创建自己的 VOD JSON 列表并放在这个仓库的
public/
文件夹下,以name.json
命名。 - You can create your JSON file of vod source list, with file name
name.json
, underpublic/
folder.
[
{
"name": "海外看",
"api": "https://haiwaikan.com/api.php/provide/vod/",
"note": "需要代理"
},
...
]