mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update update-api.js
This commit is contained in:
@@ -6,7 +6,10 @@ const API_DIR = process.env.API_DIR || '.gh-pages/api'
|
||||
|
||||
async function main() {
|
||||
await generateChannelsJson()
|
||||
await generateProgramsJson()
|
||||
|
||||
// Reason: File api/programs.json is 419.08 MB; this exceeds GitHub's file size limit of 100.00 MB
|
||||
// await generateProgramsJson()
|
||||
|
||||
logger.info(`Done`)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user