]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/carambatv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / carambatv.py
index 087ea8aa084ab9acec715f17c4d1df5612ebbae5..d6044a3193aebcbac3964c184616467512ea34ae 100644 (file)
@@ -43,7 +43,6 @@ def _real_extract(self, url):
             'height': int_or_none(f.get('height')),
             'format_id': format_field(f, 'height', '%sp'),
         } for f in video['qualities'] if f.get('fn')]
-        self._sort_formats(formats)
 
         thumbnail = video.get('splash')
         duration = float_or_none(try_get(