mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update guidatv.sky.it.config.js
This commit is contained in:
parent
601a2eddb8
commit
a163c971ff
1 changed files with 0 additions and 5 deletions
|
@ -6,11 +6,6 @@ module.exports = {
|
|||
.add(1, 'd')
|
||||
.format('YYYY-MM-DD')}T00:00:00Z&pageSize=999&pageNum=0&env=${env}&channels=${id}`
|
||||
},
|
||||
logo: function ({ content }) {
|
||||
if (!content.events) return null
|
||||
const logo = content.events[0].channel.logo
|
||||
return logo ? `https://guidatv.sky.it${logo}` : null
|
||||
},
|
||||
parser: function ({ content, date }) {
|
||||
const programs = []
|
||||
const data = JSON.parse(content)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue