diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-12-23 07:12:26 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-12-23 07:12:46 +0530 |
commit | b69fd25c25f23a859aefae69a1cc4116896536b8 (patch) | |
tree | 78d6a3a4cd4108b5451ebc246b7f6400e22f38ec /yt_dlp/options.py | |
parent | e0fd95737d1a3c4a2bfb470c5408a396c8545ca5 (diff) | |
download | hypervideo-pre-b69fd25c25f23a859aefae69a1cc4116896536b8.tar.lz hypervideo-pre-b69fd25c25f23a859aefae69a1cc4116896536b8.tar.xz hypervideo-pre-b69fd25c25f23a859aefae69a1cc4116896536b8.zip |
[cleanup] Misc cleanup
Closes #1942 #1976 #2020 #2058 #1984
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r-- | yt_dlp/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py index e3d753adf..b9e41d23f 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -668,7 +668,7 @@ def parseOpts(overrideArguments=None): downloader.add_option( '-N', '--concurrent-fragments', dest='concurrent_fragment_downloads', metavar='N', default=1, type=int, - help='Number of fragments of a dash/hlsnative video that should be download concurrently (default is %default)') + help='Number of fragments of a dash/hlsnative video that should be downloaded concurrently (default is %default)') downloader.add_option( '-r', '--limit-rate', '--rate-limit', dest='ratelimit', metavar='RATE', |