projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ad9cb2
)
[options] Clarify `--metadata-from-title` additional templates
author
Sergey M․
<dstftw@gmail.com>
Thu, 21 May 2015 16:06:25 +0000
(22:06 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 21 May 2015 16:06:25 +0000
(22:06 +0600)
youtube_dl/options.py
patch
|
blob
|
history
diff --git
a/youtube_dl/options.py
b/youtube_dl/options.py
index 22dbc3aec7866ad3f5d048c35737486a8fdac8fc..dd07266b7b5e726ab568cb49a152ad702935db51 100644
(file)
--- a/
youtube_dl/options.py
+++ b/
youtube_dl/options.py
@@
-713,7
+713,7
@@
def parseOpts(overrideArguments=None):
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(