mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-29 03:55:53 +00:00
typo
This commit is contained in:
parent
3a40234c45
commit
ae918c4b33
@ -3651,7 +3651,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||||||
|
|
||||||
elif "This content isn't available, try again later" in reason:
|
elif "This content isn't available, try again later" in reason:
|
||||||
reason = (
|
reason = (
|
||||||
f'{remove_end(reason.strip(), ".")}. {"Your account" if self.is_authenticated else "The current session"} has been rate-limited by YouTube for up to an hour.'
|
f'{remove_end(reason.strip(), ".")}. {"Your account" if self.is_authenticated else "The current session"} has been rate-limited by YouTube for up to an hour. '
|
||||||
'It is recommended to use `-t sleep` to add a delay between downloads to avoid hitting the rate limit. '
|
'It is recommended to use `-t sleep` to add a delay between downloads to avoid hitting the rate limit. '
|
||||||
'For more information, refer to https://github.com/yt-dlp/yt-dlp/wiki/Extractors#this-content-isnt-available-try-again-later .'
|
'For more information, refer to https://github.com/yt-dlp/yt-dlp/wiki/Extractors#this-content-isnt-available-try-again-later .'
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user