mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Fixes links to guides in the API
This commit is contained in:
parent
73c0f89b4a
commit
ac435a1d51
2 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue