youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 166d12b00cfbc45f60f052c541f567c22a80bb85
parent 2b8e6a68f8cef6a5e2fd2987446bc19ddc20bbaa
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 14 May 2017 07:33:24 +0700

[options] PEP 8

Diffstat:
Myoutube_dl/options.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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(