about summary refs log tree commit diff
path: root/youtube_dl/options.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-05-14 07:33:24 +0700
committerSergey M․ <dstftw@gmail.com>2017-05-14 07:33:24 +0700
commit166d12b00cfbc45f60f052c541f567c22a80bb85 (patch)
tree98d8e6fd371b0f74591bc4f0f3dcd4fd9f13a07c /youtube_dl/options.py
parent2b8e6a68f8cef6a5e2fd2987446bc19ddc20bbaa (diff)
downloadyoutube-dl-166d12b00cfbc45f60f052c541f567c22a80bb85.tar.gz
youtube-dl-166d12b00cfbc45f60f052c541f567c22a80bb85.tar.xz
youtube-dl-166d12b00cfbc45f60f052c541f567c22a80bb85.zip
[options] PEP 8
Diffstat (limited to 'youtube_dl/options.py')
-rw-r--r--youtube_dl/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index 57f2e2c1e..3021a6f41 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -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(