mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
Update i24news.tv.config.js
This commit is contained in:
@@ -11,9 +11,7 @@ module.exports = {
|
||||
site: 'i24news.tv',
|
||||
days: 2,
|
||||
url: function ({ channel }) {
|
||||
const [lang, region] = channel.site_id.split('#')
|
||||
|
||||
return `https://api.i24news.tv/v2/${lang}/schedules/${region}`
|
||||
return `https://api.i24news.tv/v2/${channel.site_id}/schedules`
|
||||
},
|
||||
parser: function ({ content, date }) {
|
||||
let programs = []
|
||||
|
||||
Reference in New Issue
Block a user