Update update.js

This commit is contained in:
Aleksandr Statciuk 2022-08-25 00:09:04 +03:00
parent b16bfea427
commit 5507e9fe2a

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