mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 04:27:07 -05:00 
			
		
		
		
	[options] Clarify --metadata-from-title additional templates
				
					
				
			This commit is contained in:
		@@ -713,7 +713,7 @@ def parseOpts(overrideArguments=None):
 | 
				
			|||||||
        help='Parse additional metadata like song title / artist from the video title. '
 | 
					        help='Parse additional metadata like song title / artist from the video title. '
 | 
				
			||||||
             'The format syntax is the same as --output, '
 | 
					             'The format syntax is the same as --output, '
 | 
				
			||||||
             'the parsed parameters replace existing values. '
 | 
					             'the parsed parameters replace existing values. '
 | 
				
			||||||
             'Additional templates: %(album), %(artist). '
 | 
					             'Additional templates: %(album)s, %(artist)s. '
 | 
				
			||||||
             'Example: --metadata-from-title "%(artist)s - %(title)s" matches a title like '
 | 
					             'Example: --metadata-from-title "%(artist)s - %(title)s" matches a title like '
 | 
				
			||||||
             '"Coldplay - Paradise"')
 | 
					             '"Coldplay - Paradise"')
 | 
				
			||||||
    postproc.add_option(
 | 
					    postproc.add_option(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user