mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update comteco.com.bo.config.js
This commit is contained in:
parent
d294d7aebd
commit
49bb3def9d
1 changed files with 1 additions and 3 deletions
|
@ -13,9 +13,7 @@ module.exports = {
|
||||||
channels: 'comteco.com.bo.channels.xml',
|
channels: 'comteco.com.bo.channels.xml',
|
||||||
output: '.gh-pages/guides/comteco.com.bo.guide.xml',
|
output: '.gh-pages/guides/comteco.com.bo.guide.xml',
|
||||||
url: function ({ channel }) {
|
url: function ({ channel }) {
|
||||||
return `https://comteco.com.bo/pages/canales-y-programacion-tv/paquete-oro/${encodeURI(
|
return `https://comteco.com.bo/pages/canales-y-programacion-tv/paquete-oro/${channel.site_id}`
|
||||||
channel.site_id
|
|
||||||
)}`
|
|
||||||
},
|
},
|
||||||
logo: function ({ content }) {
|
logo: function ({ content }) {
|
||||||
const dom = new JSDOM(content)
|
const dom = new JSDOM(content)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue