From aff93ef4890a57a530edc5a5dc82e2808bacf820 Mon Sep 17 00:00:00 2001 From: coletdjnz Date: Tue, 11 Feb 2025 20:13:07 +1300 Subject: [PATCH] Update yt_dlp/options.py Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> --- yt_dlp/options.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/yt_dlp/options.py b/yt_dlp/options.py index 5549e1302..ed72deb2d 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -423,9 +423,7 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs): 'Use "default" to search the default plugin directories (default)')) general.add_option( '--no-plugin-dirs', - dest='plugin_dirs', - action='store_const', - const=[], + dest='plugin_dirs', action='store_const', const=[], help='Clear plugin directories to search, including defaults and those provided by previous --plugin-dirs') general.add_option( '--flat-playlist',