]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/channel9.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / channel9.py
index d0390d93716ef7a8628a0e7e1c937893c6221c2a..a88474060a745f9b9b788e8a7e839f8f15b58d3a 100644 (file)
@@ -185,7 +185,6 @@ def quality(quality_id, format_url):
             if not formats and not slides and not zip_file:
                 self.raise_no_formats(
                     'None of recording, slides or zip are available for %s' % content_path)
-            self._sort_formats(formats)
 
             subtitles = {}
             for caption in content_data.get('Captions', []):