Upgrade to last version of iptv-playlist-parser
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user