mirror of
https://github.com/iptv-org/epg
synced 2026-09-10 22:06:56 -04:00
Update i24news.tv
This commit is contained in:
@@ -11,9 +11,9 @@ module.exports = {
|
||||
site: 'i24news.tv',
|
||||
days: 2,
|
||||
url: function ({ channel }) {
|
||||
const [lang] = channel.site_id.split('#')
|
||||
const [lang, region] = channel.site_id.split('#')
|
||||
|
||||
return `https://api.i24news.tv/v2/${lang}/schedules/world`
|
||||
return `https://api.i24news.tv/v2/${lang}/schedules/${region}`
|
||||
},
|
||||
parser: function ({ content, date }) {
|
||||
let programs = []
|
||||
|
||||
Reference in New Issue
Block a user