]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/giga.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / giga.py
index e728598f797b2d92be28b748fe32c1b3ab69c8fe..b59c129abf83cb10c502273fe274a1d98242286e 100644 (file)
@@ -59,7 +59,6 @@ def _real_extract(self, url):
                 'format_id': '%s-%s' % (fmt['quality'], fmt['type'].split('/')[-1]),
                 'quality': quality(fmt['quality']),
             })
-        self._sort_formats(formats)
 
         title = self._html_search_meta(
             'title', webpage, 'title', fatal=True)