mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Added support tvg-url attribute
This commit is contained in:
parent
8307d12b0b
commit
9d647e8c68
2 changed files with 15 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue