]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/streamanity.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / streamanity.py
index f8c37c0dd5368e250bcad5c30a69787c9d058286..6eaee52d95e4124ac2d022e1eddbfa34b6eb38c6 100644 (file)
@@ -35,7 +35,6 @@ def _real_extract(self, url):
         formats = self._extract_m3u8_formats(
             f'https://stream.mux.com/{video_info["play_id"]}.m3u8?token={video_info["token"]}',
             video_id, ext='mp4', m3u8_id='hls')
-        self._sort_formats(formats)
 
         return {
             'id': video_id,