better messaging
This commit is contained in:
parent
7dc0b45ce5
commit
64b62b5881
1 changed files with 4 additions and 4 deletions
|
|
@ -226,14 +226,14 @@ class YTDLP:
|
||||||
"RejectedVideoReached, stopping additional downloads "
|
"RejectedVideoReached, stopping additional downloads "
|
||||||
"(Can be disable by setting `date_range.breaks` to False. "
|
"(Can be disable by setting `date_range.breaks` to False. "
|
||||||
"If this is unexpected, "
|
"If this is unexpected, "
|
||||||
"run with --log-level verbose to see the yt-dlp logs on why it stopped."
|
"run with `--log-level verbose` to see the yt-dlp logs on why it stopped)"
|
||||||
)
|
)
|
||||||
except ExistingVideoReached:
|
except ExistingVideoReached:
|
||||||
cls.logger.info(
|
cls.logger.info(
|
||||||
"ExistingVideoReached, stopping additional downloads. "
|
"ExistingVideoReached, stopping additional downloads. "
|
||||||
"(Can be disable by setting `ytdl_options.break_on_existing` to False)."
|
"(Can be disable by setting `ytdl_options.break_on_existing` to False. This will "
|
||||||
"If this is unexpected, "
|
"force yt-dlp to continue scraping all metadata to grab any files you may have "
|
||||||
"run with --log-level verbose to see the yt-dlp logs on why it stopped."
|
"missed)"
|
||||||
)
|
)
|
||||||
except MaxDownloadsReached:
|
except MaxDownloadsReached:
|
||||||
cls.logger.info("MaxDownloadsReached, stopping additional downloads.")
|
cls.logger.info("MaxDownloadsReached, stopping additional downloads.")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue