mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update create-matrix.js
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const file = require('./file.js')
|
||||
|
||||
file.list([], ['us-local']).then(files => {
|
||||
file.list(['ad'], ['us-local']).then(files => {
|
||||
const country = files.map(file => file.replace(/channels\/|\.xml/gi, ''))
|
||||
const days = country.map(() => 2)
|
||||
const matrix = { country, days }
|
||||
|
||||
Reference in New Issue
Block a user