diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-04-17 22:48:50 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-05-21 16:01:53 +0530 |
commit | c487cf00101525ff836d59a2a42ef63e85ea9556 (patch) | |
tree | 65a5eb466f3d42e9da24cf6af5202876b6af6b0f /yt_dlp/downloader/common.py | |
parent | 415f8d51a8f3565d7a1d4a8188511e7ad68514c7 (diff) |
[cleanup] Misc
Diffstat (limited to 'yt_dlp/downloader/common.py')
-rw-r--r-- | yt_dlp/downloader/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/downloader/common.py b/yt_dlp/downloader/common.py index 93eb10f76..0aaf51633 100644 --- a/yt_dlp/downloader/common.py +++ b/yt_dlp/downloader/common.py @@ -43,6 +43,7 @@ class FileDownloader: verbose: Print additional info to stdout. quiet: Do not print messages to stdout. ratelimit: Download speed limit, in bytes/sec. + continuedl: Attempt to continue downloads if possible throttledratelimit: Assume the download is being throttled below this speed (bytes/sec) retries: Number of times to retry for HTTP error 5xx file_access_retries: Number of times to retry on file access error |