mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
Update update-readme.js
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user