From a3cfe5924ef93469271f6a9b08fad11e5769c1d6 Mon Sep 17 00:00:00 2001 From: FongMi Date: Wed, 28 Dec 2022 14:13:40 +0800 Subject: [PATCH] Update sample --- other/sample/live/offline.json | 7 +++++++ other/sample/live/online.json | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/other/sample/live/offline.json b/other/sample/live/offline.json index 06dd369f0..40503089e 100644 --- a/other/sample/live/offline.json +++ b/other/sample/live/offline.json @@ -15,6 +15,13 @@ "epg": "https://epg.112114.xyz/?ch={name}&date={date}", "logo": "https://epg.112114.xyz/logo/{name}.png", "ua": "okhttp/3.15" + }, + { + "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}" } ] } \ No newline at end of file diff --git a/other/sample/live/online.json b/other/sample/live/online.json index eeff1d994..1b9592ebe 100644 --- a/other/sample/live/online.json +++ b/other/sample/live/online.json @@ -15,6 +15,13 @@ "epg": "https://epg.112114.xyz/?ch={name}&date={date}", "logo": "https://epg.112114.xyz/logo/{name}.png", "ua": "okhttp/3.15" + }, + { + "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}" } ] } \ No newline at end of file