Update update-codes.js

This commit is contained in:
Aleksandr Statciuk 2021-09-05 02:25:49 +03:00
parent 9ae50f1331
commit c0cf74e97c

View file

@ -9,34 +9,35 @@ async function main() {
let codes = {}
console.log('Starting...')
const files = [
'telkussa.fi',
'andorradifusio.ad',
'mediaset.it',
'znbc.co.zm',
'hd-plus.de',
'astro.com.my',
'comteco.com.bo',
'mi.tv',
'meo.pt',
'tvgid.ua',
'm.tv.sms.cz',
'cosmote.gr',
'programetv.ro',
'programtv.onet.pl',
'digiturk.com.tr',
'programme-tv.net',
'programacion-tv.elpais.com',
'elcinema.com',
'guidatv.sky.it',
'hd-plus.de',
'm.tv.sms.cz',
'maxtv.hrvatskitelekom.hr',
'mediaset.it',
'meo.pt',
'mi.tv',
'mncvision.id',
'ontvtonight.com',
'programacion-tv.elpais.com',
'programetv.ro',
'programme-tv.net',
'programtv.onet.pl',
'telkussa.fi',
'tv.lv',
'tv.yandex.ru',
'tvgid.ua',
'tvguide.com',
'tvprofil.com',
'tvtv.ca',
'tvtv.us',
'tv.lv',
'elcinema.com',
'maxtv.hrvatskitelekom.hr',
'mncvision.id',
'tvguide.com',
'tvprofil.com'
'vidio.com',
'znbc.co.zm'
]
for (const filename of files) {
const url = `https://iptv-org.github.io/epg/guides/${filename}.guide.xml`