aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/banbye.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/banbye.py')
-rw-r--r--yt_dlp/extractor/banbye.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/banbye.py b/yt_dlp/extractor/banbye.py
index 92f567c5d..c87342565 100644
--- a/yt_dlp/extractor/banbye.py
+++ b/yt_dlp/extractor/banbye.py
@@ -80,8 +80,6 @@ class BanByeIE(BanByeBaseIE):
'url': f'{self._CDN_BASE}/video/{video_id}/{quality}.mp4',
} for quality in data['quality']]
- self._sort_formats(formats)
-
return {
'id': video_id,
'title': data.get('title'),