]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tass.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / tass.py
index d20dacfc1fb5854b600deb59432b46c08cb7fb7a..67e544a6a38fafe8a611b1bb116814e6b858409d 100644 (file)
@@ -48,7 +48,6 @@ def _real_extract(self, url):
                 'format_id': label,
                 'quality': quality(label),
             })
-        self._sort_formats(formats)
 
         return {
             'id': video_id,