]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/gopro.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / gopro.py
index 14d6b21879e85153e24eefe959d63edb31c44c9b..ae965374cf59d069bbbcf4b3dfa924dcfcb19ddf 100644 (file)
@@ -78,8 +78,6 @@ def _real_extract(self, url):
                 'height': int_or_none(fmt.get('height')),
             })
 
-        self._sort_formats(formats)
-
         title = str_or_none(
             try_get(metadata, lambda x: x['collection']['title'])
             or self._html_search_meta(['og:title', 'twitter:title'], webpage)