[BUGFIX] Wrong date_range option in reject print (#1300)

This commit is contained in:
Jesse Bannon 2025-08-22 07:48:32 -07:00 committed by GitHub
parent a4b910ae74
commit f729efad52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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(