[BUGFIX] Wrong date_range option in reject print

This commit is contained in:
Jesse Bannon 2025-08-22 07:32:49 -07:00
parent f88b27ffec
commit c7693a6385

View file

@ -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(