mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update update-readme.js
This commit is contained in:
parent
e0860f67d3
commit
0ed219a73d
1 changed files with 5 additions and 1 deletions
|
@ -30,8 +30,12 @@ async function main() {
|
|||
return b.channelCount - a.channelCount
|
||||
})
|
||||
|
||||
console.log(data)
|
||||
|
||||
console.log('Generating table...')
|
||||
const table = generateTable(data, ['Country', 'Channels', 'EPG'])
|
||||
file.write('./.readme/_table.md', table)
|
||||
file.write('.readme/_table.md', table)
|
||||
console.log('Updating README.md...')
|
||||
markdownInclude.compileFiles('.readme/config.json')
|
||||
})
|
||||
.finally(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue