mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -05:00
Update telkussa.fi.config.js
This commit is contained in:
@@ -5,9 +5,6 @@ module.exports = {
|
|||||||
url: function ({ date, channel }) {
|
url: function ({ date, channel }) {
|
||||||
return `https://telkussa.fi/API/Channel/${channel.site_id}/${date.format('YYYYMMDD')}`
|
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 }) {
|
parser: function ({ content, date, channel }) {
|
||||||
const programs = []
|
const programs = []
|
||||||
const items = JSON.parse(content)
|
const items = JSON.parse(content)
|
||||||
|
|||||||
Reference in New Issue
Block a user