]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/konserthusetplay.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / konserthusetplay.py
index 1e177c36372a7caa9aab93497fb0133710411809..10767f1b69bd53cfab193deb5a52fd873506ae4b 100644 (file)
@@ -95,8 +95,6 @@ def _real_extract(self, url):
                 'url': fallback_url,
             })
 
-        self._sort_formats(formats)
-
         title = player_config.get('title') or media['title']
         description = player_config.get('mediaInfo', {}).get('description')
         thumbnail = media.get('image')