]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tubitv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / tubitv.py
index f5ed950be6ed52d2c870211568eae35498ccbff1..de8b5da69763bbc79e0bf1ce3e7c1a129129f09d 100644 (file)
@@ -103,8 +103,6 @@ def _real_extract(self, url):
         elif not formats and not video_data.get('policy_match'):  # policy_match is False if content was removed
             raise ExtractorError('This content is currently unavailable', expected=True)
 
-        self._sort_formats(formats)
-
         thumbnails = []
         for thumbnail_url in video_data.get('thumbnails', []):
             if not thumbnail_url: