mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
Update create-matrix.js
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
const file = require('./file')
|
||||
const parser = require('./parser')
|
||||
|
||||
file.list('sites/*.channels.xml', ['sites/andorradifusio.ad.channels.xml']).then(files => {
|
||||
file
|
||||
.list('sites/*.channels.xml', [
|
||||
'sites/andorradifusio.ad.channels.xml',
|
||||
'sites/arianaafgtv.com.channels.xml'
|
||||
])
|
||||
.then(files => {
|
||||
const matrix = {
|
||||
site: [],
|
||||
country: []
|
||||
|
||||
Reference in New Issue
Block a user