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:
parent
243174bd53
commit
b5b83340c5
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs):
|
||||||
dest='plugin_dirs',
|
dest='plugin_dirs',
|
||||||
action='store_const',
|
action='store_const',
|
||||||
const=[],
|
const=[],
|
||||||
help='Do not load plugins')
|
help='Disable plugin loading')
|
||||||
general.add_option(
|
general.add_option(
|
||||||
'--flat-playlist',
|
'--flat-playlist',
|
||||||
action='store_const', dest='extract_flat', const='in_playlist', default=False,
|
action='store_const', dest='extract_flat', const='in_playlist', default=False,
|
||||||
|
|
Loading…
Reference in a new issue