From 9f72d1d4262384a6668db954af4d72ad266b0878 Mon Sep 17 00:00:00 2001 From: vayalil <36435907+vayalil@users.noreply.github.com> Date: Sat, 17 Feb 2018 09:57:51 +1100 Subject: [PATCH] Add files via upload --- youtube_dl/options.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/youtube_dl/options.py b/youtube_dl/options.py index ce9391d89..1fd8b5155 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -816,10 +816,10 @@ def parseOpts(overrideArguments=None): postproc.add_option( '--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') + help='Allows the user to specify key/value pairs for encoding metadata, sepatated by equal sign. ' + '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',