mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update scripts/commands
This commit is contained in:
parent
33be6946c3
commit
487c0e2e30
6 changed files with 37 additions and 65 deletions
|
@ -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`
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue