aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/walla.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/walla.py')
-rw-r--r--yt_dlp/extractor/walla.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/walla.py b/yt_dlp/extractor/walla.py
index 6b954c5cc..a1a9c1708 100644
--- a/yt_dlp/extractor/walla.py
+++ b/yt_dlp/extractor/walla.py
@@ -69,7 +69,6 @@ class WallaIE(InfoExtractor):
if m:
fmt['height'] = int(m.group('height'))
formats.append(fmt)
- self._sort_formats(formats)
return {
'id': video_id,