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

This commit is contained in:
coletdjnz 2025-02-07 13:00:36 +13:00 committed by GitHub
parent 243174bd53
commit b5b83340c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -422,7 +422,7 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs):
dest='plugin_dirs',
action='store_const',
const=[],
help='Do not load plugins')
help='Disable plugin loading')
general.add_option(
'--flat-playlist',
action='store_const', dest='extract_flat', const='in_playlist', default=False,