mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update telkussa.fi.config.js
This commit is contained in:
@@ -5,9 +5,6 @@ module.exports = {
|
||||
url: function ({ date, channel }) {
|
||||
return `https://telkussa.fi/API/Channel/${channel.site_id}/${date.format('YYYYMMDD')}`
|
||||
},
|
||||
logo: function ({ channel }) {
|
||||
return `https://telkussa.fi/images/chan${channel.site_id}@3x.png`
|
||||
},
|
||||
parser: function ({ content, date, channel }) {
|
||||
const programs = []
|
||||
const items = JSON.parse(content)
|
||||
|
||||
Reference in New Issue
Block a user