mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update i24news.tv
This commit is contained in:
parent
171d5541a3
commit
d65a893de2
4 changed files with 3 additions and 15 deletions
|
@ -1,6 +1,4 @@
|
|||
// npx epg-grabber --config=sites/i24news.tv/i24news.tv.config.js --channels=sites/i24news.tv/i24news.tv_il-ar.channels.xml --output=guide.xml --days=2
|
||||
// npx epg-grabber --config=sites/i24news.tv/i24news.tv.config.js --channels=sites/i24news.tv/i24news.tv_il-en.channels.xml --output=guide.xml --days=2
|
||||
// npx epg-grabber --config=sites/i24news.tv/i24news.tv.config.js --channels=sites/i24news.tv/i24news.tv_il-fr.channels.xml --output=guide.xml --days=2
|
||||
// npx epg-grabber --config=sites/i24news.tv/i24news.tv.config.js --channels=sites/i24news.tv/i24news.tv_il.channels.xml --output=guide.xml --days=2
|
||||
|
||||
const { parser, url } = require('./i24news.tv.config.js')
|
||||
const dayjs = require('dayjs')
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site site="i24news.tv">
|
||||
<channels>
|
||||
<channel lang="ar" xmltv_id="I24NewsArabic.il" site_id="ar#">i24News Arabic</channel>
|
||||
</channels>
|
||||
</site>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site site="i24news.tv">
|
||||
<channels>
|
||||
<channel lang="en" xmltv_id="I24NewsEnglish.il" site_id="en#">i24News English</channel>
|
||||
</channels>
|
||||
</site>
|
|
@ -1,6 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site site="i24news.tv">
|
||||
<channels>
|
||||
<channel lang="ar" xmltv_id="I24NewsArabic.il" site_id="ar#">i24News Arabic</channel>
|
||||
<channel lang="en" xmltv_id="I24NewsEnglish.il" site_id="en#">i24News English</channel>
|
||||
<channel lang="fr" xmltv_id="I24NewsFrancais.il" site_id="fr#">i24 News Français</channel>
|
||||
</channels>
|
||||
</site>
|
Loading…
Add table
Add a link
Reference in a new issue