]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/patreon.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / patreon.py
index 43c90c8f1655b82ada4e05f7f7d30a4cfe1d4d5a..529aba178c5bfa3f572ffe26351da9088d970efd 100644 (file)
@@ -277,7 +277,6 @@ def _real_extract(self, url):
                 }
             elif name == 'video':
                 formats, subtitles = self._extract_m3u8_formats_and_subtitles(post_file['url'], video_id)
-                self._sort_formats(formats)
                 return {
                     **info,
                     'formats': formats,