aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/coub.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/coub.py')
-rw-r--r--yt_dlp/extractor/coub.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/coub.py b/yt_dlp/extractor/coub.py
index b462acaf0..9bab698a3 100644
--- a/yt_dlp/extractor/coub.py
+++ b/yt_dlp/extractor/coub.py
@@ -104,8 +104,6 @@ class CoubIE(InfoExtractor):
'source_preference': preference_key(MOBILE),
})
- self._sort_formats(formats)
-
thumbnail = coub.get('picture')
duration = float_or_none(coub.get('duration'))
timestamp = parse_iso8601(coub.get('published_at') or coub.get('created_at'))