Update canalplus-afrique.com

This commit is contained in:
Aleksandr Statciuk
2022-02-01 04:15:44 +03:00
parent 1048c57026
commit f118f5b2f7
26 changed files with 5811 additions and 5822 deletions

View File

@@ -12,9 +12,6 @@ module.exports = {
return `https://service.canal-overseas.com/ott-frontend/vector/83001/channel/${channel.site_id}/events?filter.day=${diff}`
},
logo({ channel }) {
return channel.logo
},
parser: function ({ content }) {
let programs = []
const items = parseItems(content)
@@ -46,8 +43,7 @@ module.exports = {
return {
lang: 'fr',
site_id: item.epgID,
name: item.name,
logo: item.LogoUrl
name: item.name
}
})
}