aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/teachertube.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/teachertube.py')
-rw-r--r--yt_dlp/extractor/teachertube.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/teachertube.py b/yt_dlp/extractor/teachertube.py
index 2bf836abd..c3eec2784 100644
--- a/yt_dlp/extractor/teachertube.py
+++ b/yt_dlp/extractor/teachertube.py
@@ -73,8 +73,6 @@ class TeacherTubeIE(InfoExtractor):
} for media_url in set(media_urls)
]
- self._sort_formats(formats)
-
thumbnail = self._og_search_thumbnail(
webpage, default=None) or self._html_search_meta(
'thumbnail', webpage)