mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update update-api.js
This commit is contained in:
parent
97295d0470
commit
c7ed7e6d64
1 changed files with 4 additions and 1 deletions
|
@ -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`)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue