]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/hrti.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / hrti.py
index 773ae0c9a7f0b84eafdb1d6e77cc8ced95bcb940..cfec80d14470016e263c10bf8bdb7ec1d5bb400f 100644 (file)
@@ -144,7 +144,6 @@ def _real_extract(self, url):
         formats = self._extract_m3u8_formats(
             m3u8_url, display_id, 'mp4', entry_protocol='m3u8_native',
             m3u8_id='hls')
-        self._sort_formats(formats)
 
         description = clean_html(title_info.get('summary_long'))
         age_limit = parse_age_limit(video.get('parental_control', {}).get('rating'))