mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[options] Accept lrc as a subtitle conversion target format (closes #14292)
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan