From 14f7abfa71bc71f46a5e3306062b1feccc4ccd26 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergey=20M=E2=80=A4?= Date: Mon, 20 Apr 2015 22:04:17 +0600 Subject: [PATCH] [ted] Lower preference for direct audio since it's mono --- youtube_dl/extractor/ted.py | 1 + 1 file changed, 1 insertion(+) 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) -- 2.30.2