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')}`
|
||||
},
|
||||
logo({ channel }) {
|
||||
return channel.logo
|
||||
},
|
||||
parser({ content, channel }) {
|
||||
let programs = []
|
||||
const items = parseItems(content, channel)
|
||||
@@ -40,8 +37,7 @@ module.exports = {
|
||||
return {
|
||||
lang,
|
||||
site_id: `${country}#${item.id}`,
|
||||
name: item.name,
|
||||
logo: `https:${item.icon}`
|
||||
name: item.name
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user