]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/linuxacademy.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / linuxacademy.py
index bf22855a98f585fe7c0e5e8fce7c7e58529c2dd7..a570248b7a94b56a6ab333d3b893b41dd172b5cb 100644 (file)
@@ -218,7 +218,6 @@ def type_field(key):
         formats = self._extract_m3u8_formats(
             m3u8_url, item_id, 'mp4', entry_protocol='m3u8_native',
             m3u8_id='hls')
-        self._sort_formats(formats)
         info = {
             'id': item_id,
             'formats': formats,