]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/iwara.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / iwara.py
index f77c5d44d2e204d41de5708c26b9645ebe1a649d..ec3e59c6d0024c13ee312a306c85736367ad5fe5 100644 (file)
@@ -116,8 +116,6 @@ def _real_extract(self, url):
                 'quality': 1 if format_id == 'Source' else 0,
             })
 
-        self._sort_formats(formats)
-
         return {
             'id': video_id,
             'title': title,