mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 13:54:22 -07:00
[options] Accept lrc as a subtitle conversion target format (closes #14292)
This commit is contained in:
parent
8c6919e433
commit
8c2895305d
3 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue