mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update telkussa.fi.config.js
This commit is contained in:
parent
c1696ac9ef
commit
42abc878d1
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue