You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 months ago | |
|---|---|---|
| .github/workflows | 9 months ago | |
| .idea | 1 year ago | |
| app | 2 months ago | |
| gradle/wrapper | ||
| player | 8 months ago | |
| pyramid | 8 months ago | |
| quickjs | 8 months ago | |
| .gitignore | 8 months ago | |
| LICENSE | ||
| README.md | 9 months ago | |
| build.gradle | 8 months ago | |
| gradle.properties | 2 months ago | |
| gradlew | ||
| gradlew.bat | ||
| settings.gradle | 8 months ago | |
README.md
<<<<<<<<<<<<<<json接口示例>>>>>>>>>>>>>
TVBox
=== Source Code - Editing the app default settings ===
//searchable:搜索开关 0:关闭 1:启用
//filterable:首页可选 0:否 1:是
//playerType:播放器类型 0:系统 1:IJK 2:EXO
//采集接口类型 0:xml 1:json 3:jar 4:remote
//parses解析类型 0:嗅探,自带播放器 1:解析,返回直链
//直播参数说明 ua:用户自定义ua epg:节目网址 logo:台标网址
{
"spider": "./your.jar",
"wallpaper": "./api/img",
"sites": [],
"parses": [],
"hosts": [
"cache.ott.ystenlive.itv.cmvideo.cn=base-v4-free-mghy.e.cdn.chinamobile.com",
"cache.ott.bestlive.itv.cmvideo.cn=ip"
],
"lives": [],
"rules": [],
"doh": [
{
"name": "騰訊",
"url": "https://doh.pub/dns-query"
},
{
"name": "阿里",
"url": "https://dns.alidns.com/dns-query"
},
{
"name": "360",
"url": "https://doh.360.cn/dns-query"
}
]
}