mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
Update albepg.com.config.js
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user