mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -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 = {}
|
||||
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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue