mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 18:10:04 -04:00
Upgrade to last version of iptv-playlist-parser
This commit is contained in:
parent
f8c956ad40
commit
5947ccf4a6
4 changed files with 8 additions and 11 deletions
|
@ -69,7 +69,7 @@ async function main() {
|
|||
}
|
||||
}
|
||||
|
||||
const epgUrl = playlist.attrs['x-tvg-url']
|
||||
const epgUrl = playlist.header.attrs['x-tvg-url']
|
||||
if(epgUrl && !buffer[epgUrl] && parseEpg) {
|
||||
console.log(`Loading '${epgUrl}'...`)
|
||||
const epg = await util.loadEPG(epgUrl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue