]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/kakao.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / kakao.py
index a5014d9317708b8c782508a2a472c3b161b24508..1f0f0a5d5cbd56dcf233c66bc9fa8c711983f12a 100644 (file)
@@ -120,7 +120,6 @@ def _real_extract(self, url):
                 'filesize': int_or_none(fmt.get('filesize')),
                 'tbr': int_or_none(fmt.get('kbps')),
             })
-        self._sort_formats(formats)
 
         thumbs = []
         for thumb in clip.get('clipChapterThumbnailList') or []: