mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[options] Clarify --metadata-from-title
additional templates
This commit is contained in:
parent
6ad9cb224a
commit
663004ac2b
@ -713,7 +713,7 @@ def _hide_login_info(opts):
|
||||
help='Parse additional metadata like song title / artist from the video title. '
|
||||
'The format syntax is the same as --output, '
|
||||
'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 '
|
||||
'"Coldplay - Paradise"')
|
||||
postproc.add_option(
|
||||
|
Loading…
Reference in New Issue
Block a user