Explorar o código

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

Sergey M․ %!s(int64=10) %!d(string=hai) anos
pai
achega
14f7abfa71
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)