]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/utreon.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / utreon.py
index 1213ae1bf5f3e1d3a0dc1a1a6218de264660b463..90c10c051a7909abba93dacd8143c145601c71e4 100644 (file)
@@ -68,7 +68,6 @@ def _real_extract(self, url):
             'format_id': format_key.split('_')[1],
             'height': int(format_key.split('_')[1][:-1]),
         } for format_key, format_url in videos_json.items() if url_or_none(format_url)]
-        self._sort_formats(formats)
         thumbnail = url_or_none(dict_get(json_data, ('cover_image_url', 'preview_image_url')))
         return {
             'id': video_id,