Browse Source

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

master
Sergey M․ 9 years ago
parent
commit
14f7abfa71
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/extractor/ted.py

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

Loading…
Cancel
Save