mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update update.js
This commit is contained in:
parent
b47c6ff010
commit
aef3eed09e
1 changed files with 6 additions and 1 deletions
|
@ -61,7 +61,12 @@ async function createTable(log) {
|
||||||
})
|
})
|
||||||
data = Object.values(_.groupBy(data, item => item[0]))
|
data = Object.values(_.groupBy(data, item => item[0]))
|
||||||
|
|
||||||
const output = table.create(data, ['Site', 'Channels', 'EPG', 'Status'])
|
const output = table.create(data, [
|
||||||
|
'Site',
|
||||||
|
'Channels',
|
||||||
|
'EPG',
|
||||||
|
'Status '
|
||||||
|
])
|
||||||
|
|
||||||
await file.create('./.readme/_sites.md', output)
|
await file.create('./.readme/_sites.md', output)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue