]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/mediaworksnz.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / mediaworksnz.py
index 651239bd49e1e33467fcd5b850592bf1a6f215a6..62e37d24a915324b16730f0b81c28b5a8c7a8dcb 100644 (file)
@@ -90,8 +90,6 @@ def _real_extract(self, url):
                 audio_format.setdefault('acodec', 'aac')
                 formats.append(audio_format)
 
-        self._sort_formats(formats)
-
         return {
             'id': video_id,
             'title': asset.get('title'),