[YoutubeDL] Improve _format_note
authorSergey M․ <dstftw@gmail.com>
Sun, 20 Mar 2016 16:01:45 +0000 (22:01 +0600)
committerSergey M․ <dstftw@gmail.com>
Sun, 20 Mar 2016 16:01:45 +0000 (22:01 +0600)
youtube_dl/YoutubeDL.py

index 93b6ca54d615206c029e75aa5dd96a61a650dabd..29d7a31062da5cbe033b776213c5c9c4431f3dc7 100755 (executable)
@@ -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: