]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/rockstargames.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / rockstargames.py
index 5f1db0f057c655e4bf0c487c6c6853029ac0b66b..c491aaf53476e4dd36cd0fa9295a833d75f258bf 100644 (file)
@@ -54,8 +54,6 @@ def _real_extract(self, url):
             if youtube_id:
                 return self.url_result(youtube_id, 'Youtube')
 
-        self._sort_formats(formats)
-
         return {
             'id': video_id,
             'title': title,