]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/playplustv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / playplustv.py
index 05dbaf066198c54cdf8d4057d42328050dbf78d2..316f220f799db70483cf066a6f0186c1f8cc325e 100644 (file)
@@ -79,7 +79,6 @@ def _real_extract(self, url):
                 'width': int_or_none(file_info.get('width')),
                 'height': int_or_none(file_info.get('height')),
             })
-        self._sort_formats(formats)
 
         thumbnails = []
         for thumb in media.get('thumbs', []):