Browse Source

[options] Clarify `--list-extractors` (Closes #5916)

totalwebcasting
Sergey M․ 9 years ago
parent
commit
9836cfb8d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/options.py

+ 1
- 1
youtube_dl/options.py View File

@ -145,7 +145,7 @@ def parseOpts(overrideArguments=None):
general.add_option(
'--list-extractors',
action='store_true', dest='list_extractors', default=False,
help='List all supported extractors and the URLs they would handle')
help='List all supported extractors')
general.add_option(
'--extractor-descriptions',
action='store_true', dest='list_extractor_descriptions', default=False,


Loading…
Cancel
Save