Update sample

pull/123/head
FongMi 3 years ago
parent 20323d4ee9
commit f0b8e880d2
  1. 15
      other/sample/live/offline.json
  2. 15
      other/sample/live/online.json
  3. 1
      other/sample/live/tvbus.json
  4. 3
      other/sample/vod/offline.json
  5. 3
      other/sample/vod/online.json

@ -6,7 +6,8 @@
"url": "file://Download/live.txt",
"epg": "http://epg.51zmt.top:8000/api/diyp/?ch={name}&date={date}",
"logo": "https://epg.112114.xyz/logo/{name}.png",
"ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36"
"ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",
"boot": false
},
{
"name": "M3U",
@ -14,14 +15,22 @@
"url": "file://Download/live.m3u",
"epg": "https://epg.112114.xyz/?ch={name}&date={date}",
"logo": "https://epg.112114.xyz/logo/{name}.png",
"ua": "okhttp/3.15"
"ua": "okhttp/3.15",
"boot": false
},
{
"name": "IJK",
"type": 0,
"url": "file://Download/live.m3u",
"playerType": 1
},
{
"name": "JSON",
"type": 1,
"url": "file://Download/live.json",
"epg": "http://epg.51zmt.top:8000/api/diyp/?ch={epg}&date={date}",
"logo": "http://epg.51zmt.top:8000/{logo}"
"logo": "http://epg.51zmt.top:8000/{logo}",
"boot": false
}
]
}

@ -6,7 +6,8 @@
"url": "https://github.com/live.txt",
"epg": "http://epg.51zmt.top:8000/api/diyp/?ch={name}&date={date}",
"logo": "https://epg.112114.xyz/logo/{name}.png",
"ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36"
"ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",
"boot": false
},
{
"name": "M3U",
@ -14,14 +15,22 @@
"url": "https://github.com/live.m3u",
"epg": "https://epg.112114.xyz/?ch={name}&date={date}",
"logo": "https://epg.112114.xyz/logo/{name}.png",
"ua": "okhttp/3.15"
"ua": "okhttp/3.15",
"boot": false
},
{
"name": "IJK",
"type": 0,
"url": "https://github.com/live.txt",
"playerType": 1
},
{
"name": "JSON",
"type": 1,
"url": "https://github.com/live.json",
"epg": "http://epg.51zmt.top:8000/api/diyp/?ch={epg}&date={date}",
"logo": "http://epg.51zmt.top:8000/{logo}"
"logo": "http://epg.51zmt.top:8000/{logo}",
"boot": false
}
]
}

@ -6,6 +6,7 @@
"url": "https://github.com/live.txt",
"epg": "http://epg.51zmt.top:8000/api/diyp/?ch={name}&date={date}",
"logo": "https://epg.112114.xyz/logo/{name}.png",
"boot": false,
"core": {
"auth": "",
"name": "",

@ -8,6 +8,7 @@
"api": "csp_Csp",
"searchable": 1,
"filterable": 1,
"switchable": 1,
"ext": "file://Download/one.json"
},
{
@ -17,6 +18,7 @@
"api": "csp_Csp",
"searchable": 1,
"filterable": 1,
"switchable": 1,
"ext": "file://Download/two.json"
},
{
@ -26,6 +28,7 @@
"api": "csp_Csp",
"searchable": 1,
"filterable": 1,
"switchable": 1,
"ext": "file://Download/extend.json",
"jar": "file://Download/extend.jar"
}

@ -8,6 +8,7 @@
"api": "csp_Csp",
"searchable": 1,
"filterable": 1,
"switchable": 1,
"ext": "https://github.com/one.json"
},
{
@ -17,6 +18,7 @@
"api": "csp_Csp",
"searchable": 1,
"filterable": 1,
"switchable": 1,
"ext": "https://github.com/two.json"
},
{
@ -26,6 +28,7 @@
"api": "csp_Csp",
"searchable": 1,
"filterable": 1,
"switchable": 1,
"ext": "https://github.com/extend.json",
"jar": "https://github.com/extend.jar"
}

Loading…
Cancel
Save