projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f0b573
)
[ted] Lower preference for direct audio since it's mono
author
Sergey M․
<dstftw@gmail.com>
Mon, 20 Apr 2015 16:04:17 +0000
(22:04 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 20 Apr 2015 16:04:17 +0000
(22:04 +0600)
youtube_dl/extractor/ted.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/ted.py
b/youtube_dl/extractor/ted.py
index c788feb5dab8d2fd36941612966f89f63e76c22e..8aa27d282069223a895d462c0e178fe5ae142e68 100644
(file)
--- a/
youtube_dl/extractor/ted.py
+++ b/
youtube_dl/extractor/ted.py
@@
-210,6
+210,7
@@
class TEDIE(InfoExtractor):
'url': audio_download,
'format_id': 'audio',
'vcodec': 'none',
+ 'preference': -0.5,
})
self._sort_formats(formats)