mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-24 05:02:50 +08:00
Add files via upload
This commit is contained in:
parent
b54937863a
commit
9f72d1d426
@ -817,9 +817,9 @@ def parseOpts(overrideArguments=None):
|
|||||||
'--metadata',
|
'--metadata',
|
||||||
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". '
|
||||||
'Note:- Should be used with --add-metadata to write the specified data to the video/audio file'
|
'Note:- Should be used with --add-metadata to write the specified data into a 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',
|
||||||
metavar='FORMAT', dest='metafromtitle',
|
metavar='FORMAT', dest='metafromtitle',
|
||||||
|
Loading…
Reference in New Issue
Block a user