Browse Source

[options] Standardize mentoined configuration file location (Fixes #4367)

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
d4e06d4a83
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      youtube_dl/options.py

+ 4
- 1
youtube_dl/options.py View File

@ -163,7 +163,10 @@ def parseOpts(overrideArguments=None):
general.add_option(
'--ignore-config',
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(
'--flat-playlist',
action='store_const', dest='extract_flat', const='in_playlist',


Loading…
Cancel
Save