aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/kakao.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/kakao.py')
-rw-r--r--yt_dlp/extractor/kakao.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/kakao.py b/yt_dlp/extractor/kakao.py
index a5014d931..1f0f0a5d5 100644
--- a/yt_dlp/extractor/kakao.py
+++ b/yt_dlp/extractor/kakao.py
@@ -120,7 +120,6 @@ class KakaoIE(InfoExtractor):
'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 []: