diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-06-21 09:21:20 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-06-21 09:21:20 +0530 |
commit | ad54c9130e793ce433bf9da334fa80df9f3aee58 (patch) | |
tree | 859a37aa6647ac90e619ba85aa5db58a0c733ae9 /yt_dlp/downloader/common.py | |
parent | db3ad8a67661d7b234a6954d9c6a4a9b1749f5eb (diff) | |
download | hypervideo-pre-ad54c9130e793ce433bf9da334fa80df9f3aee58.tar.lz hypervideo-pre-ad54c9130e793ce433bf9da334fa80df9f3aee58.tar.xz hypervideo-pre-ad54c9130e793ce433bf9da334fa80df9f3aee58.zip |
[cleanup] Misc
Closes #6288, Closes #7197, Closes #7265, Closes #7353, Closes #5773
Authored by: mikf, freezboltz, pukkandan
Diffstat (limited to 'yt_dlp/downloader/common.py')
-rw-r--r-- | yt_dlp/downloader/common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/downloader/common.py b/yt_dlp/downloader/common.py index 477ec3c8a..a0219a350 100644 --- a/yt_dlp/downloader/common.py +++ b/yt_dlp/downloader/common.py @@ -49,7 +49,6 @@ 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 expected network errors. Default is 0 for API, but 10 for CLI |