diff --git a/index.ts b/index.ts index 0a26a59..8d8fa34 100644 --- a/index.ts +++ b/index.ts @@ -147,6 +147,10 @@ while (true) { logger.debug("Found %d videos: %j", videos.length, videos); + if (videos.length === 0) { + logger.warn("Got no videos!"); + } + let downloaded = 0; for (const video of videos) { if (!video.id) {