mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
Update comteco.com.bo.config.js
This commit is contained in:
@@ -13,9 +13,7 @@ module.exports = {
|
||||
channels: 'comteco.com.bo.channels.xml',
|
||||
output: '.gh-pages/guides/comteco.com.bo.guide.xml',
|
||||
url: function ({ channel }) {
|
||||
return `https://comteco.com.bo/pages/canales-y-programacion-tv/paquete-oro/${encodeURI(
|
||||
channel.site_id
|
||||
)}`
|
||||
return `https://comteco.com.bo/pages/canales-y-programacion-tv/paquete-oro/${channel.site_id}`
|
||||
},
|
||||
logo: function ({ content }) {
|
||||
const dom = new JSDOM(content)
|
||||
|
||||
Reference in New Issue
Block a user