Fixes links to guides in the API

This commit is contained in:
Aleksandr Statciuk 2022-11-06 07:20:16 +03:00
parent 73c0f89b4a
commit ac435a1d51
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ async function main() {
channel: result.channel,
site: result.site,
lang: result.lang,
url: `https://iptv-org.github.io/epg/guides/${result.filename}.xml.gz`
url: `https://iptv-org.github.io/epg/guides/${result.filename}.xml`
})
}