mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-16 14:34:31 +01:00
[beatenpro] Use generic format sort
This commit is contained in:
parent
b7a0304d92
commit
1b53778175
@ -77,7 +77,7 @@ class BeatportProIE(InfoExtractor):
|
||||
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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user