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
dac7d302ea
commit
c10c6a3ef1
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,7 @@ const ROOT_DIR = './.gh-pages'
|
|||
db.load()
|
||||
|
||||
function main() {
|
||||
start()
|
||||
createRootDirectory()
|
||||
createNoJekyllFile()
|
||||
generateIndex()
|
||||
|
@ -192,6 +193,10 @@ function generateLanguages() {
|
|||
}
|
||||
}
|
||||
|
||||
function start() {
|
||||
console.log(`Starting...`)
|
||||
}
|
||||
|
||||
function finish() {
|
||||
console.log(
|
||||
`Countries: ${db.countries.count()}. Languages: ${db.languages.count()}. Categories: ${db.categories.count()}. Channels: ${db.channels.count()}.`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue