youtube-dl

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

commit 14f7abfa71bc71f46a5e3306062b1feccc4ccd26
parent 0f0b5736dab5e45189d1b35e0b7074585edd057b
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 20 Apr 2015 22:04:17 +0600

[ted] Lower preference for direct audio since it's mono

Diffstat:
Myoutube_dl/extractor/ted.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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