From f79e49053d2fed922331a79cd8c84edb6bcff96d Mon Sep 17 00:00:00 2001 From: unknown <89595418+unknownsrc@users.noreply.github.com> Date: Tue, 28 Mar 2023 17:06:30 +0200 Subject: [PATCH] updating time from 1h30m to 2h --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a848544..14e86c3 100644 --- a/index.js +++ b/index.js @@ -57,7 +57,7 @@ async function handleDownload(channelId) { } if (video.duration > 7200) { - logger.info({ message: `${video.title} is longer than 1h30m, ${id}` }) + logger.info({ message: `${video.title} is longer than 2h, ${id}` }) return }