From b5b83340c5277eb7fec75eb841e9e49c7c1e2588 Mon Sep 17 00:00:00 2001 From: coletdjnz Date: Fri, 7 Feb 2025 13:00:36 +1300 Subject: [PATCH] Update yt_dlp/options.py --- yt_dlp/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/options.py b/yt_dlp/options.py index 127fa40b9..a235afa57 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -422,7 +422,7 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs): dest='plugin_dirs', action='store_const', const=[], - help='Do not load plugins') + help='Disable plugin loading') general.add_option( '--flat-playlist', action='store_const', dest='extract_flat', const='in_playlist', default=False,