mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
commit
5a15473244
4 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ document.addEventListener('alpine:init', () => {
|
||||||
},
|
},
|
||||||
|
|
||||||
async init() {
|
async init() {
|
||||||
this.items = await fetch('_items.json')
|
this.items = await fetch('items.json')
|
||||||
.then(response => response.json())
|
.then(response => response.json())
|
||||||
.catch(console.log)
|
.catch(console.log)
|
||||||
|
|
||||||
|
|
|
@ -83,7 +83,7 @@ To load a program guide, all you need to do is copy the link to one of the guide
|
||||||
|
|
||||||
## List of supported channels
|
## List of supported channels
|
||||||
|
|
||||||
https://iptv-org.github.io/epg
|
https://iptv-org.github.io/epg/index.html
|
||||||
|
|
||||||
## For Developers
|
## For Developers
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,7 @@ async function main() {
|
||||||
item.channels.push(channel)
|
item.channels.push(channel)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
writeToFile('.gh-pages/_items.json', convertToJSON(_items))
|
writeToFile('.gh-pages/items.json', convertToJSON(_items))
|
||||||
|
|
||||||
console.log('Done')
|
console.log('Done')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue