Update scripts/commands

This commit is contained in:
Aleksandr Statciuk 2022-06-16 21:58:15 +03:00
parent 33be6946c3
commit 487c0e2e30
6 changed files with 37 additions and 65 deletions

View file

@ -21,8 +21,8 @@ async function main() {
for (const channel of channels) {
guides.push({
channel: channel.xmltv_id,
site,
channel: channel.id,
site: channel.site,
lang: channel.lang,
url: `https://iptv-org.github.io/epg/guides/${suffix}/${site}.epg.xml`
})