From f729efad52d222ff6618ca0e954627134c89a91d Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Fri, 22 Aug 2025 07:48:32 -0700 Subject: [PATCH] [BUGFIX] Wrong date_range option in reject print (#1300) --- src/ytdl_sub/downloaders/ytdlp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ytdl_sub/downloaders/ytdlp.py b/src/ytdl_sub/downloaders/ytdlp.py index 42f3d865..c01376e4 100644 --- a/src/ytdl_sub/downloaders/ytdlp.py +++ b/src/ytdl_sub/downloaders/ytdlp.py @@ -224,7 +224,7 @@ class YTDLP: except RejectedVideoReached: cls.logger.debug( "RejectedVideoReached, stopping additional downloads " - "(Can be disable by setting `date_range.breaking` to False)." + "(Can be disable by setting `date_range.breaks` to False)." ) except ExistingVideoReached: cls.logger.debug(