mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-11 11:27:16 +08:00
Add files via upload
This commit is contained in:
parent
d8d02c7932
commit
a7d63037bb
@ -818,6 +818,7 @@ def parseOpts(overrideArguments=None):
|
|||||||
metavar='METADATA', dest='metafromuser', default=False,
|
metavar='METADATA', dest='metafromuser', default=False,
|
||||||
help='Allows the user to specify key/value pairs for encoding metadata, sepatated by equal sign.'
|
help='Allows the user to specify key/value pairs for encoding metadata, sepatated by equal sign.'
|
||||||
'Example: --metadata "album = Movie Title artist = Various artists year = "2010"'
|
'Example: --metadata "album = Movie Title artist = Various artists year = "2010"'
|
||||||
|
'Note:- Should be used with --add-metadata to write the specified data to the video/audio file'
|
||||||
'Also tries to capture artist information from the file description, if otherwise not available')
|
'Also tries to capture artist information from the file description, if otherwise not available')
|
||||||
postproc.add_option(
|
postproc.add_option(
|
||||||
'--metadata-from-title',
|
'--metadata-from-title',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user