Update update-readme.js

This commit is contained in:
Aleksandr Statciuk 2021-10-07 22:59:35 +03:00
parent da84f9522f
commit 32fda36b00

View file

@ -7,7 +7,7 @@ const file = require('./file.js')
async function main() {
console.log('Starting...')
file
.list([], ['us-local'])
.list('channels/**/*.xml', [], ['us-local'])
.then(files => {
files = files.map(str => str.match(/channels\/(.*).xml/i)[1])
generateTable(files)