浏览代码

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

Sergey M․ 10 年之前
父节点
当前提交
14f7abfa71
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youtube_dl/extractor/ted.py

+ 1 - 0
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)