From 5507e9fe2a9cd33ef012bb441de14f68edaaf1ad Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 25 Aug 2022 00:09:04 +0300 Subject: [PATCH] Update update.js --- scripts/commands/api/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/api/update.js b/scripts/commands/api/update.js index 4cfcf11e..f11afa47 100644 --- a/scripts/commands/api/update.js +++ b/scripts/commands/api/update.js @@ -24,7 +24,7 @@ async function main() { channel: channel.id, site: channel.site, lang: channel.lang, - url: `https://iptv-org.github.io/epg/guides/${suffix}/${site}.xml.gz` + url: `https://iptv-org.github.io/epg/guides/${suffix}/${site}.epg.xml.gz` }) } } catch (err) {