lowering limit to 1h30m

This commit is contained in:
unknown 2023-03-24 17:13:59 +01:00
parent 13fadb9e21
commit 4824f787d5
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ async function handleDownload(channelId) {
continue
}
if (video.duration > 6300) {
logger.info({ message: `${video.title} is longer than 1h45m, ${id}` })
if (video.duration > 5400) {
logger.info({ message: `${video.title} is longer than 1h30m, ${id}` })
continue
}