]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/disney.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / disney.py
index f9af59a5710497819d071b69acb2370f780c1518..430de326f40a96e622b9d238aa209020f8138dbc 100644 (file)
@@ -134,7 +134,6 @@ def _real_extract(self, url):
             self.raise_no_formats(
                 '%s said: %s' % (self.IE_NAME, page_data['translations']['video_expired']),
                 expected=True)
-        self._sort_formats(formats)
 
         subtitles = {}
         for caption in video_data.get('captions', []):