Browse Source

[options] Clarify language tags

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

+ 1
- 1
youtube_dl/options.py View File

@ -380,7 +380,7 @@ def parseOpts(overrideArguments=None):
'--sub-lang', '--sub-langs', '--srt-lang',
action='callback', dest='subtitleslangs', metavar='LANGS', type='str',
default=[], callback=_comma_separated_values_options_callback,
help='Languages of the subtitles to download (optional) separated by commas, use IETF language tags like \'en,pt\'')
help='Languages of the subtitles to download (optional) separated by commas, use --list-subs for available language tags')
downloader = optparse.OptionGroup(parser, 'Download Options')
downloader.add_option(


Loading…
Cancel
Save