]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/olympics.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / olympics.py
index 42ea949051b3b18142317e590ce9739b53cd08d3..61d1f404863fd0c9a15e08d60621353c5277807e 100644 (file)
@@ -54,7 +54,6 @@ def _real_extract(self, url):
         m3u8_url = self._download_json(
             f'https://olympics.com/tokenGenerator?url={m3u8_url}', uuid, note='Downloading m3u8 url')
         formats, subtitles = self._extract_m3u8_formats_and_subtitles(m3u8_url, uuid, 'mp4', m3u8_id='hls')
-        self._sort_formats(formats)
 
         return {
             'id': uuid,