about summary refs log tree commit diff
path: root/youtube_dl/extractor/ted.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-04-20 22:04:17 +0600
committerSergey M․ <dstftw@gmail.com>2015-04-20 22:04:17 +0600
commit14f7abfa71bc71f46a5e3306062b1feccc4ccd26 (patch)
tree6eaba170fcbba4981f18c9fbb3b18d15303e170d /youtube_dl/extractor/ted.py
parent0f0b5736dab5e45189d1b35e0b7074585edd057b (diff)
downloadyoutube-dl-14f7abfa71bc71f46a5e3306062b1feccc4ccd26.tar.gz
youtube-dl-14f7abfa71bc71f46a5e3306062b1feccc4ccd26.tar.xz
youtube-dl-14f7abfa71bc71f46a5e3306062b1feccc4ccd26.zip
[ted] Lower preference for direct audio since it's mono
Diffstat (limited to 'youtube_dl/extractor/ted.py')
-rw-r--r--youtube_dl/extractor/ted.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/ted.py b/youtube_dl/extractor/ted.py
index c788feb5d..8aa27d282 100644
--- 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)