]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tennistv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / tennistv.py
index 47cb0965e0c9236f65a31a7c6e40aa945e08a7ed..bc64226bf0180bbcbd3b9f2f6bffb4aa906e315b 100644 (file)
@@ -138,8 +138,6 @@ def _real_extract(self, url):
         formats, subtitles = self._extract_m3u8_formats_and_subtitles(
             self._FORMAT_URL.format(partner=self._PARTNER_ID, entry=entryid, session=k_session), video_id)
 
-        self._sort_formats(formats)
-
         return {
             'id': video_id,
             'title': self._generic_title('', webpage),