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
b6e1ec6c1d
commit
ed66f896a0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue