aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/foxgay.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/foxgay.py')
-rw-r--r--yt_dlp/extractor/foxgay.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/foxgay.py b/yt_dlp/extractor/foxgay.py
index b285464ec..f4f29c65d 100644
--- a/yt_dlp/extractor/foxgay.py
+++ b/yt_dlp/extractor/foxgay.py
@@ -48,8 +48,6 @@ class FoxgayIE(InfoExtractor):
} for source, resolution in zip(
video_data['sources'], video_data.get('resolutions', itertools.repeat(None)))]
- self._sort_formats(formats)
-
return {
'id': video_id,
'title': title,