X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/0a473f2f0fd2629f009edb8bf127c4eed1738bf6..4cf1e5d2f9a145de9749e90a1d244350c82ef610:/yt_dlp/options.py diff --git a/yt_dlp/options.py b/yt_dlp/options.py index adef0e0a8..1e995b490 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -558,6 +558,10 @@ def _dict_from_multiple_values_options_callback( help='Languages of the subtitles to download (optional) separated by commas, use --list-subs for available language tags') downloader = optparse.OptionGroup(parser, 'Download Options') + downloader.add_option( + '-N', '--concurrent-fragments', + dest='concurrent_fragment_downloads', metavar='N', default=1, type=int, + help='Number of fragments to download concurrently (default is %default)') downloader.add_option( '-r', '--limit-rate', '--rate-limit', dest='ratelimit', metavar='RATE',