]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/rtlnl.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / rtlnl.py
index 3852a3a1353f624d016ad81dd67697b6c0ba72cc..724cb64e9319c49955839765d7e106f8e89156b1 100644 (file)
@@ -116,7 +116,6 @@ def _real_extract(self, url):
 
         formats = self._extract_m3u8_formats(
             m3u8_url, uuid, 'mp4', m3u8_id='hls', fatal=False)
-        self._sort_formats(formats)
 
         thumbnails = []
 
@@ -174,7 +173,6 @@ def _real_extract(self, url):
         webpage = self._download_webpage(url, video_id)
 
         formats, subtitles = self.get_formats_and_subtitles(webpage, video_id)
-        self._sort_formats(formats)
 
         return {
             'id': video_id,