]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/crowdbunker.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / crowdbunker.py
index 75d90b5c55f64173199ff4e5ae194239ef104e86..d83c01560c9b4ad19e2d9fd60e0364cf64b7de11 100644 (file)
@@ -60,7 +60,6 @@ def _real_extract(self, url):
             'width': int_or_none(image.get('width')),
         } for image in video_json.get('thumbnails') or [] if image.get('url')]
 
-        self._sort_formats(formats)
         return {
             'id': id,
             'title': video_json.get('title'),