mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update update-codes.js
This commit is contained in:
parent
9ae50f1331
commit
c0cf74e97c
1 changed files with 19 additions and 18 deletions
|
@ -9,34 +9,35 @@ async function main() {
|
||||||
let codes = {}
|
let codes = {}
|
||||||
console.log('Starting...')
|
console.log('Starting...')
|
||||||
const files = [
|
const files = [
|
||||||
'telkussa.fi',
|
|
||||||
'andorradifusio.ad',
|
'andorradifusio.ad',
|
||||||
'mediaset.it',
|
|
||||||
'znbc.co.zm',
|
|
||||||
'hd-plus.de',
|
|
||||||
'astro.com.my',
|
'astro.com.my',
|
||||||
'comteco.com.bo',
|
'comteco.com.bo',
|
||||||
'mi.tv',
|
|
||||||
'meo.pt',
|
|
||||||
'tvgid.ua',
|
|
||||||
'm.tv.sms.cz',
|
|
||||||
'cosmote.gr',
|
'cosmote.gr',
|
||||||
'programetv.ro',
|
|
||||||
'programtv.onet.pl',
|
|
||||||
'digiturk.com.tr',
|
'digiturk.com.tr',
|
||||||
'programme-tv.net',
|
'elcinema.com',
|
||||||
'programacion-tv.elpais.com',
|
|
||||||
'guidatv.sky.it',
|
'guidatv.sky.it',
|
||||||
|
'hd-plus.de',
|
||||||
|
'm.tv.sms.cz',
|
||||||
|
'maxtv.hrvatskitelekom.hr',
|
||||||
|
'mediaset.it',
|
||||||
|
'meo.pt',
|
||||||
|
'mi.tv',
|
||||||
|
'mncvision.id',
|
||||||
'ontvtonight.com',
|
'ontvtonight.com',
|
||||||
|
'programacion-tv.elpais.com',
|
||||||
|
'programetv.ro',
|
||||||
|
'programme-tv.net',
|
||||||
|
'programtv.onet.pl',
|
||||||
|
'telkussa.fi',
|
||||||
|
'tv.lv',
|
||||||
'tv.yandex.ru',
|
'tv.yandex.ru',
|
||||||
|
'tvgid.ua',
|
||||||
|
'tvguide.com',
|
||||||
|
'tvprofil.com',
|
||||||
'tvtv.ca',
|
'tvtv.ca',
|
||||||
'tvtv.us',
|
'tvtv.us',
|
||||||
'tv.lv',
|
'vidio.com',
|
||||||
'elcinema.com',
|
'znbc.co.zm'
|
||||||
'maxtv.hrvatskitelekom.hr',
|
|
||||||
'mncvision.id',
|
|
||||||
'tvguide.com',
|
|
||||||
'tvprofil.com'
|
|
||||||
]
|
]
|
||||||
for (const filename of files) {
|
for (const filename of files) {
|
||||||
const url = `https://iptv-org.github.io/epg/guides/${filename}.guide.xml`
|
const url = `https://iptv-org.github.io/epg/guides/${filename}.guide.xml`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue