mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Update generate.js
This commit is contained in:
parent
9f3f8aa2ee
commit
97cc28f5fe
1 changed files with 7 additions and 7 deletions
|
@ -8,15 +8,15 @@ async function main() {
|
|||
await loadDatabase()
|
||||
createRootDirectory()
|
||||
createNoJekyllFile()
|
||||
// generateIndex()
|
||||
// generateCategoryIndex()
|
||||
generateIndex()
|
||||
generateCategoryIndex()
|
||||
generateCountryIndex()
|
||||
generateLanguageIndex()
|
||||
// generateCategories()
|
||||
// generateCountries()
|
||||
// generateLanguages()
|
||||
// generateChannelsJson()
|
||||
// showResults()
|
||||
generateCategories()
|
||||
generateCountries()
|
||||
generateLanguages()
|
||||
generateChannelsJson()
|
||||
showResults()
|
||||
}
|
||||
|
||||
async function loadDatabase() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue