]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/globo.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / globo.py
index fb2a3fab23165e45aa7d1e741550d43c7d7e6735..a7be2cb766a76c0da4ef2233ce5dc43bf2db79de 100644 (file)
@@ -139,7 +139,6 @@ def _real_extract(self, url):
         fmts, subtitles = self._extract_m3u8_formats_and_subtitles(
             signed_url, video_id, 'mp4', entry_protocol='m3u8_native', m3u8_id='hls', fatal=False)
         formats.extend(fmts)
-        self._sort_formats(formats)
 
         for resource in video['resources']:
             if resource.get('type') == 'subtitle':