소스 검색

[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)