mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 02:47:02 -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() {
|
async function main() {
|
||||||
await generateChannelsJson()
|
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`)
|
logger.info(`Done`)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user