]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/medaltv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / medaltv.py
index 80efcc764966a7d41b01651fd671870b29367142..82be823b8a23b5b57fa1228798266eeb1e96beab 100644 (file)
@@ -150,8 +150,6 @@ def add_item(container, item_url, height, id_key='format_id', item_id=None):
                     'An unknown error occurred ({0}).'.format(error),
                     video_id=video_id)
 
-        self._sort_formats(formats)
-
         # Necessary because the id of the author is not known in advance.
         # Won't raise an issue if no profile can be found as this is optional.
         author = traverse_obj(api_response, ('pageProps', 'profile')) or {}