mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 10:30:03 -04:00
Update generate.js
This commit is contained in:
parent
37845bb0da
commit
ef17c0056d
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ function finish() {
|
||||||
console.log('Done.\n')
|
console.log('Done.\n')
|
||||||
|
|
||||||
console.log(
|
console.log(
|
||||||
`Countries: ${list.countries.length}. Languages: ${
|
`Countries: ${Object.keys(list.countries).length - 1}. Languages: ${
|
||||||
Object.values(list.languages).length
|
Object.values(list.languages).length
|
||||||
}. Categories: ${Object.values(list.categories).length}. Channels: ${list.all.length}.`
|
}. Categories: ${Object.values(list.categories).length}. Channels: ${list.all.length}.`
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue