mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -05:00
Update update-readme.js
This commit is contained in:
@@ -7,7 +7,7 @@ const file = require('./file.js')
|
|||||||
async function main() {
|
async function main() {
|
||||||
console.log('Starting...')
|
console.log('Starting...')
|
||||||
file
|
file
|
||||||
.list([], ['us-local'])
|
.list('channels/**/*.xml', [], ['us-local'])
|
||||||
.then(files => {
|
.then(files => {
|
||||||
files = files.map(str => str.match(/channels\/(.*).xml/i)[1])
|
files = files.map(str => str.match(/channels\/(.*).xml/i)[1])
|
||||||
generateTable(files)
|
generateTable(files)
|
||||||
|
|||||||
Reference in New Issue
Block a user