mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
Update allente.se.config.js
This commit is contained in:
@@ -8,9 +8,6 @@ module.exports = {
|
|||||||
|
|
||||||
return `https://cs-vcb.allente.${country}/epg/events?date=${date.format('YYYY-MM-DD')}`
|
return `https://cs-vcb.allente.${country}/epg/events?date=${date.format('YYYY-MM-DD')}`
|
||||||
},
|
},
|
||||||
logo({ channel }) {
|
|
||||||
return channel.logo
|
|
||||||
},
|
|
||||||
parser({ content, channel }) {
|
parser({ content, channel }) {
|
||||||
let programs = []
|
let programs = []
|
||||||
const items = parseItems(content, channel)
|
const items = parseItems(content, channel)
|
||||||
@@ -40,8 +37,7 @@ module.exports = {
|
|||||||
return {
|
return {
|
||||||
lang,
|
lang,
|
||||||
site_id: `${country}#${item.id}`,
|
site_id: `${country}#${item.id}`,
|
||||||
name: item.name,
|
name: item.name
|
||||||
logo: `https:${item.icon}`
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user