mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 03:16:53 -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`
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user