From d294d7aebd0166722be49e7c2da3b4b386d436ed Mon Sep 17 00:00:00 2001 From: freearhey Date: Mon, 26 Apr 2021 15:59:25 +0300 Subject: [PATCH] Update albepg.com.config.js --- sites/albepg.com.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/albepg.com.config.js b/sites/albepg.com.config.js index e1191460..dcfe09fb 100644 --- a/sites/albepg.com.config.js +++ b/sites/albepg.com.config.js @@ -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)