Update i24news.tv

This commit is contained in:
Aleksandr Statciuk 2022-03-06 12:34:18 +03:00
parent 171d5541a3
commit d65a893de2
4 changed files with 3 additions and 15 deletions

View file

@ -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.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
const { parser, url } = require('./i24news.tv.config.js') const { parser, url } = require('./i24news.tv.config.js')
const dayjs = require('dayjs') const dayjs = require('dayjs')

View file

@ -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>

View file

@ -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>

View file

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<site site="i24news.tv"> <site site="i24news.tv">
<channels> <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> <channel lang="fr" xmltv_id="I24NewsFrancais.il" site_id="fr#">i24 News Français</channel>
</channels> </channels>
</site> </site>