mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update update-readme.js
This commit is contained in:
parent
da84f9522f
commit
32fda36b00
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue