mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update albepg.com.config.js
This commit is contained in:
parent
77ed11dbfe
commit
d294d7aebd
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module.exports = {
|
|||
return `http://albepg.com/epg/guide.xml`
|
||||
},
|
||||
logo: function ({ channel }) {
|
||||
return `http://albepg.com/tvlogi/${encodeURI(channel.site_id)}.png`
|
||||
return `http://albepg.com/tvlogi/${channel.site_id}.png`
|
||||
},
|
||||
parser: function ({ content, channel, date }) {
|
||||
const results = epgParser.parse(content)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue