Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/options.py
|
@ -817,7 +817,7 @@ def parseOpts(overrideArguments=None): |
|
|
'The format syntax is the same as --output. Regular expression with ' |
|
|
'The format syntax is the same as --output. Regular expression with ' |
|
|
'named capture groups may also be used. ' |
|
|
'named capture groups may also be used. ' |
|
|
'The parsed parameters replace existing values. ' |
|
|
'The parsed parameters replace existing values. ' |
|
|
'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". ' |
|
|
'Example (regex): --metadata-from-title "(?P<artist>.+?) - (?P<title>.+)"') |
|
|
'Example (regex): --metadata-from-title "(?P<artist>.+?) - (?P<title>.+)"') |
|
|
postproc.add_option( |
|
|
postproc.add_option( |
|
|