Update albepg.com.config.js

This commit is contained in:
freearhey 2021-04-26 15:59:25 +03:00
parent 77ed11dbfe
commit d294d7aebd

View file

@ -21,7 +21,7 @@ module.exports = {
return `http://albepg.com/epg/guide.xml` return `http://albepg.com/epg/guide.xml`
}, },
logo: function ({ channel }) { 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 }) { parser: function ({ content, channel, date }) {
const results = epgParser.parse(content) const results = epgParser.parse(content)