logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 1ca59daca964b789105b50aa42835aa87c982342
parent 594c4d79a5cc988af99cbd0e3c00d1752e277dd1
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 23 Jan 2016 01:50:06 +0600

[options] Clarify language tags

Diffstat:

Myoutube_dl/options.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/options.py b/youtube_dl/options.py @@ -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(