Update comteco.com.bo.config.js

This commit is contained in:
freearhey 2021-04-26 15:59:27 +03:00
parent d294d7aebd
commit 49bb3def9d

View file

@ -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)