mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-08 09:10:09 +01:00
[ted] Lower preference for direct audio since it's mono
This commit is contained in:
parent
0f0b5736da
commit
14f7abfa71
@ -210,6 +210,7 @@ def _talk_info(self, url, video_name):
|
|||||||
'url': audio_download,
|
'url': audio_download,
|
||||||
'format_id': 'audio',
|
'format_id': 'audio',
|
||||||
'vcodec': 'none',
|
'vcodec': 'none',
|
||||||
|
'preference': -0.5,
|
||||||
})
|
})
|
||||||
|
|
||||||
self._sort_formats(formats)
|
self._sort_formats(formats)
|
||||||
|
Loading…
Reference in New Issue
Block a user