aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/redgifs.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/redgifs.py')
-rw-r--r--yt_dlp/extractor/redgifs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/redgifs.py b/yt_dlp/extractor/redgifs.py
index 92d996ca6..f688d1e63 100644
--- a/yt_dlp/extractor/redgifs.py
+++ b/yt_dlp/extractor/redgifs.py
@@ -45,7 +45,6 @@ class RedGifsBaseInfoExtractor(InfoExtractor):
'height': height,
'quality': quality(format_id),
})
- self._sort_formats(formats)
return {
'id': video_id,