1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-17 00:00:46 -05:00

[options] Accept lrc as a subtitle conversion target format (closes #14292)

This commit is contained in:
Yen Chi Hsuan
2017-09-23 02:30:03 +08:00
parent 8c6919e433
commit 8c2895305d
3 changed files with 3 additions and 2 deletions

View File

@@ -847,7 +847,7 @@ def parseOpts(overrideArguments=None):
postproc.add_option(
'--convert-subs', '--convert-subtitles',
metavar='FORMAT', dest='convertsubtitles', default=None,
help='Convert the subtitles to other format (currently supported: srt|ass|vtt)')
help='Convert the subtitles to other format (currently supported: srt|ass|vtt|lrc)')
parser.add_option_group(general)
parser.add_option_group(network)