]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/jable.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / jable.py
index 6840654cc30ad2979654e2de33581b37c41b7cec..84c3225e4858e9d4df68c0bb420c44d033025506 100644 (file)
@@ -45,7 +45,6 @@ def _real_extract(self, url):
         webpage = self._download_webpage(url, video_id)
         formats = self._extract_m3u8_formats(
             self._search_regex(r'var\s+hlsUrl\s*=\s*\'([^\']+)', webpage, 'hls_url'), video_id, 'mp4', m3u8_id='hls')
-        self._sort_formats(formats)
 
         return {
             'id': video_id,