Added support tvg-url attribute

This commit is contained in:
freearhey 2019-11-02 17:30:12 +03:00
parent 8307d12b0b
commit 9d647e8c68
2 changed files with 15 additions and 13 deletions

View file

@ -55,6 +55,7 @@ function parseIndex() {
const channel = helper.createChannel(item)
channel.countryCode = countryCode
channel.countryName = countryName
channel.epg = playlist.header.attrs['x-tvg-url'] || ''
// all
list.all.push(channel)