]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/gamespot.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / gamespot.py
index e1d31737711d6a6bae97ddc216454a89170afe9b..8dec2522c64dc6e64246f6ae80386ab50a7e5f87 100644 (file)
@@ -65,8 +65,6 @@ def _real_extract(self, url):
             formats.extend(self._extract_mpd_formats(
                 mpd_url, page_id, mpd_id='dash', fatal=False))
 
-        self._sort_formats(formats)
-
         return {
             'id': data_video.get('guid') or page_id,
             'display_id': page_id,