[BUGFIX] Wrong date_range option in reject print (#1300)
This commit is contained in:
parent
a4b910ae74
commit
f729efad52
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue