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