youtube-dl

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

commit 9016d76f71b30bd61d69f80dc88fa53f978cf99c
parent 3c5d183c19f29c1f52fe913ce7e7d47f6eebff2f
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 20 Mar 2016 22:01:45 +0600

[YoutubeDL] Improve _format_note

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

diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py @@ -1836,7 +1836,7 @@ class YoutubeDL(object): if fdict.get('language'): if res: res += ' ' - res += '[%s]' % fdict['language'] + res += '[%s] ' % fdict['language'] if fdict.get('format_note') is not None: res += fdict['format_note'] + ' ' if fdict.get('tbr') is not None: