Update update.js

This commit is contained in:
Aleksandr Statciuk 2022-08-24 22:44:01 +03:00
parent e1bc1307ac
commit f5cf9cb8e9

View file

@ -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}.epg.xml`
url: `https://iptv-org.github.io/epg/guides/${suffix}/${site}.xml.gz`
})
}
} catch (err) {