1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-03 06:31:06 +02:00

[beatenpro] Use generic format sort

This commit is contained in:
Sergey M․ 2015-03-13 21:51:49 +06:00
parent b7a0304d92
commit 1b53778175

View File

@ -77,7 +77,7 @@ def _real_extract(self, url):
fmt['abr'] = 96
fmt['asr'] = 44100
formats += [fmt]
formats.sort(key=lambda f: f['preference'])
self._sort_formats(formats)
# Get album art as thumbnails
imgs = []