Update telkussa.fi.config.js

This commit is contained in:
Aleksandr Statciuk 2022-02-01 05:37:22 +03:00
parent c1696ac9ef
commit 42abc878d1

View file

@ -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)