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: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
parent
92f077688b
commit
aff93ef489
1 changed files with 1 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue