[options] PEP 8
authorSergey M․ <dstftw@gmail.com>
Sun, 14 May 2017 00:33:24 +0000 (07:33 +0700)
committerSergey M․ <dstftw@gmail.com>
Sun, 14 May 2017 00:33:24 +0000 (07:33 +0700)
youtube_dl/options.py

index 57f2e2c1e093f1f9b14cbb712b183e308aac2f22..3021a6f4122ab3143373c6f98d5bff1d547c4360 100644 (file)
@@ -817,7 +817,7 @@ def parseOpts(overrideArguments=None):
              'The format syntax is the same as --output. Regular expression with '
              'named capture groups may also be used. '
              '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". '
              'Example (regex): --metadata-from-title "(?P<artist>.+?) - (?P<title>.+)"')
     postproc.add_option(