]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/rutube.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / rutube.py
index cad3caa605ede5f327a0a72161c08f3365fa334e..5a4fd975e05e7a69668088f3220a95d5bb990d2a 100644 (file)
@@ -81,7 +81,6 @@ def _extract_formats(self, options, video_id):
                     'url': format_url,
                     'format_id': format_id,
                 })
-        self._sort_formats(formats)
         return formats
 
     def _download_and_extract_formats(self, video_id, query=None):