1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 06:35:42 +07:00

--config-location - to provide options interactively

This commit is contained in:
pukkandan
2022-05-24 17:30:28 +05:30
parent d2ff2c91bb
commit 6b9e832db7
4 changed files with 19 additions and 13 deletions

View File

@@ -366,8 +366,8 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs):
'--config-locations',
dest='config_locations', metavar='PATH', action='append',
help=(
'Location of the main configuration file; either the path to the config or its containing directory. '
'Can be used multiple times and inside other configuration files'))
'Location of the main configuration file; either the path to the config or its containing directory '
'("-" for stdin). Can be used multiple times and inside other configuration files'))
general.add_option(
'--flat-playlist',
action='store_const', dest='extract_flat', const='in_playlist', default=False,