]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tumblr.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / tumblr.py
index 5d66151002a4142bcbe9b714f56e8952093b1edf..88d4ae32de898631f86c728b84abd683898d64a5 100644 (file)
@@ -358,7 +358,6 @@ def _real_extract(self, url):
             'height': int_or_none(
                 media_json.get('height') or self._og_search_property('video:height', webpage, default=None)),
         }]
-        self._sort_formats(formats)
 
         # the url we're extracting from might be an original post or it might be a reblog.
         # if it's a reblog, og:description will be the reblogger's comment, not the uploader's.