]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/pandoratv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / pandoratv.py
index 3747f31d2c6e601047161c818bb08e079d132be8..ccc78da57fa5ec5757cf0a5db0d81cdaaf01f39a 100644 (file)
@@ -112,7 +112,6 @@ def _real_extract(self, url):
                 'url': format_url,
                 'height': int(height),
             })
-        self._sort_formats(formats)
 
         return {
             'id': video_id,