1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-24 00:52:55 +08:00

Add files via upload

This commit is contained in:
vayalil 2018-02-17 09:57:51 +11:00 committed by GitHub
parent b54937863a
commit 9f72d1d426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -817,9 +817,9 @@ def parseOpts(overrideArguments=None):
'--metadata',
metavar='METADATA', dest='metafromuser', default=False,
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"'
'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')
'Example: --metadata "album = Movie Title artist = Various Artists". '
'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.')
postproc.add_option(
'--metadata-from-title',
metavar='FORMAT', dest='metafromtitle',