From 40bdfa861826f277e34e8ac0d843aeaf94753ec6 Mon Sep 17 00:00:00 2001 From: FongMi Date: Mon, 26 Dec 2022 17:06:06 +0800 Subject: [PATCH] Update sample --- other/sample/live/offline.json | 2 +- other/sample/live/online.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/other/sample/live/offline.json b/other/sample/live/offline.json index f1519a4ec..ea4e17cdb 100644 --- a/other/sample/live/offline.json +++ b/other/sample/live/offline.json @@ -12,7 +12,7 @@ "name": "M3U", "type": 0, "url": "file://Download/live.m3u", - "epg": "https://epg.112114.xyz/?ch={name}", + "epg": "https://epg.112114.xyz/?ch={name}&date={date}", "logo": "", "ua": "" } diff --git a/other/sample/live/online.json b/other/sample/live/online.json index 44db3633b..dc12f6360 100644 --- a/other/sample/live/online.json +++ b/other/sample/live/online.json @@ -12,7 +12,7 @@ "name": "M3U", "type": 0, "url": "https://github.com/live.m3u", - "epg": "https://epg.112114.xyz/?ch={name}", + "epg": "https://epg.112114.xyz/?ch={name}&date={date}", "logo": "", "ua": "" }