mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-01 16:51:39 +03:00
is not exceeded When --max-downloads is reached but not exceeded, the program displays a message indicating the interruption of remaining downloads, even if none exist. Additionally, it exits with error code 101. This change ensures that the message is only displayed when there are actual remaining downloads by checking if the limit has been reached before extraction, rather than at the end.