]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/plutotv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / plutotv.py
index 6e8f46fa320b26f7d8c49345bb93375e93185938..71a05cc7a8620be40557f4de4c1c76e5dddc9572 100644 (file)
@@ -135,7 +135,6 @@ def _get_video_info(self, video_json, slug, series_name=None):
             subtitles = self._merge_subtitles(subtitles, subs)
 
         formats, subtitles = self._to_ad_free_formats(video_id, formats, subtitles)
-        self._sort_formats(formats)
 
         info = {
             'id': video_id,