Update update-readme.js

This commit is contained in:
Aleksandr Statciuk 2021-10-07 20:50:06 +03:00
parent b6e1ec6c1d
commit ed66f896a0

View file

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