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: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
coletdjnz 2025-02-11 20:13:07 +13:00 committed by GitHub
parent 92f077688b
commit aff93ef489
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -423,9 +423,7 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs):
'Use "default" to search the default plugin directories (default)')) 'Use "default" to search the default plugin directories (default)'))
general.add_option( general.add_option(
'--no-plugin-dirs', '--no-plugin-dirs',
dest='plugin_dirs', dest='plugin_dirs', action='store_const', const=[],
action='store_const',
const=[],
help='Clear plugin directories to search, including defaults and those provided by previous --plugin-dirs') help='Clear plugin directories to search, including defaults and those provided by previous --plugin-dirs')
general.add_option( general.add_option(
'--flat-playlist', '--flat-playlist',