projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c5d183
)
[YoutubeDL] Improve _format_note
author
Sergey M․
<dstftw@gmail.com>
Sun, 20 Mar 2016 16:01:45 +0000
(22:01 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 20 Mar 2016 16:01:45 +0000
(22:01 +0600)
youtube_dl/YoutubeDL.py
patch
|
blob
|
history
diff --git
a/youtube_dl/YoutubeDL.py
b/youtube_dl/YoutubeDL.py
index 93b6ca54d615206c029e75aa5dd96a61a650dabd..29d7a31062da5cbe033b776213c5c9c4431f3dc7 100755
(executable)
--- 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: