diff --git a/utils/auto.js b/utils/auto.js index deab7b2..9c4c09d 100644 --- a/utils/auto.js +++ b/utils/auto.js @@ -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 }