mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update tv.lv.config.js
This commit is contained in:
parent
c2115d5180
commit
b878425413
1 changed files with 0 additions and 9 deletions
|
@ -7,15 +7,6 @@ module.exports = {
|
|||
'DD-MM-YYYY'
|
||||
)}?filter=channel&subslug=${channel.site_id}`
|
||||
},
|
||||
logo: function ({ content }) {
|
||||
const data = JSON.parse(content)
|
||||
const logo =
|
||||
data.schedule.programme && data.schedule.programme.length
|
||||
? data.schedule.programme[0].channel.logo_64
|
||||
: null
|
||||
|
||||
return logo ? `https://cdn.tvstart.com/img/channel/${logo}` : null
|
||||
},
|
||||
parser: function ({ content }) {
|
||||
const programs = []
|
||||
const items = parseItems(content)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue