1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00

Update yt_dlp/options.py

Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
This commit is contained in:
coletdjnz 2025-02-11 19:56:27 +13:00 committed by GitHub
parent d25341f671
commit 7b31c53f47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -412,7 +412,10 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs):
'--plugin-dirs',
metavar='PATH',
dest='plugin_dirs',
action='append',
action='callback',
callback=_list_from_options_callback,
type='str',
callback_kwargs={'delim': None},
default=['default'],
help=(
'Path to an additional directory to search for plugins. '