]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tvopengr.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / tvopengr.py
index d8be12c964c122de308f4e67f962978a4e39c645..e208e57f2f736b197fbba8df15b94b9323b24439 100644 (file)
@@ -69,7 +69,6 @@ def _extract_formats_and_subs(self, response, video_id):
                 continue
             formats.extend(formats_)
             self._merge_subtitles(subs_, target=subs)
-        self._sort_formats(formats)
         return formats, subs
 
     def _real_extract(self, url):