mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update i24news.tv.config.js
This commit is contained in:
parent
7a9ece8e59
commit
ed3ede914c
1 changed files with 1 additions and 3 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue