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:
parent
d25341f671
commit
7b31c53f47
1 changed files with 4 additions and 1 deletions
|
@ -412,7 +412,10 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs):
|
||||||
'--plugin-dirs',
|
'--plugin-dirs',
|
||||||
metavar='PATH',
|
metavar='PATH',
|
||||||
dest='plugin_dirs',
|
dest='plugin_dirs',
|
||||||
action='append',
|
action='callback',
|
||||||
|
callback=_list_from_options_callback,
|
||||||
|
type='str',
|
||||||
|
callback_kwargs={'delim': None},
|
||||||
default=['default'],
|
default=['default'],
|
||||||
help=(
|
help=(
|
||||||
'Path to an additional directory to search for plugins. '
|
'Path to an additional directory to search for plugins. '
|
||||||
|
|
Loading…
Reference in a new issue