aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/wistia.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/wistia.py')
-rw-r--r--yt_dlp/extractor/wistia.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/wistia.py b/yt_dlp/extractor/wistia.py
index e1e5855c2..38dcc2f5b 100644
--- a/yt_dlp/extractor/wistia.py
+++ b/yt_dlp/extractor/wistia.py
@@ -98,8 +98,6 @@ class WistiaBaseIE(InfoExtractor):
})
formats.append(f)
- self._sort_formats(formats)
-
subtitles = {}
for caption in data.get('captions', []):
language = caption.get('language')