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