mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[options] Standardize mentoined configuration file location (Fixes #4367)
This commit is contained in:
parent
eecd6a467d
commit
d4e06d4a83
1 changed files with 4 additions and 1 deletions
|
@ -163,7 +163,10 @@ def _hide_login_info(opts):
|
||||||
general.add_option(
|
general.add_option(
|
||||||
'--ignore-config',
|
'--ignore-config',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help='Do not read configuration files. When given in the global configuration file /etc/youtube-dl.conf: do not read the user configuration in ~/.config/youtube-dl.conf (%APPDATA%/youtube-dl/config.txt on Windows)')
|
help='Do not read configuration files. '
|
||||||
|
'When given in the global configuration file /etc/youtube-dl.conf: '
|
||||||
|
'Do not read the user configuration in ~/.config/youtube-dl/config '
|
||||||
|
'(%APPDATA%/youtube-dl/config.txt on Windows)')
|
||||||
general.add_option(
|
general.add_option(
|
||||||
'--flat-playlist',
|
'--flat-playlist',
|
||||||
action='store_const', dest='extract_flat', const='in_playlist',
|
action='store_const', dest='extract_flat', const='in_playlist',
|
||||||
|
|
Loading…
Reference in a new issue