Browse Source

[beatenpro] Use generic format sort

totalwebcasting
Sergey M․ 10 years ago
parent
commit
1b53778175
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/beatportpro.py

+ 1
- 1
youtube_dl/extractor/beatportpro.py View File

@ -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…
Cancel
Save