diff --git a/other/sample/live/offline.json b/other/sample/live/offline.json index 88ade340a..f1519a4ec 100644 --- a/other/sample/live/offline.json +++ b/other/sample/live/offline.json @@ -6,13 +6,7 @@ "url": "file://Download/live.txt", "epg": "http://epg.51zmt.top:8000/api/diyp/?ch={name}&date={date}", "logo": "", - "ua": "", - "core": { - "auth": "", - "name": "", - "pass": "", - "broker": "" - } + "ua": "" }, { "name": "M3U", diff --git a/other/sample/live/online.json b/other/sample/live/online.json index 948ec18a8..44db3633b 100644 --- a/other/sample/live/online.json +++ b/other/sample/live/online.json @@ -6,13 +6,7 @@ "url": "https://github.com/live.txt", "epg": "http://epg.51zmt.top:8000/api/diyp/?ch={name}&date={date}", "logo": "", - "ua": "", - "core": { - "auth": "", - "name": "", - "pass": "", - "broker": "" - } + "ua": "" }, { "name": "M3U", diff --git a/other/sample/live/tvbus.json b/other/sample/live/tvbus.json new file mode 100644 index 000000000..aea0230b3 --- /dev/null +++ b/other/sample/live/tvbus.json @@ -0,0 +1,16 @@ +{ + "lives": [ + { + "name": "TXT", + "type": 0, + "url": "https://github.com/live.txt", + "epg": "http://epg.51zmt.top:8000/api/diyp/?ch={name}&date={date}", + "core": { + "auth": "", + "name": "", + "pass": "", + "broker": "" + } + } + ] +} \ No newline at end of file