]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/substack.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / substack.py
index 787b9f70d68d51964caa9f1343e24a8168e5f238..fa3826388b6a05b06efbfa8870bcebf2da68bb74 100644 (file)
@@ -88,7 +88,6 @@ def _real_extract(self, url):
         else:
             self.raise_no_formats(f'Page type "{post_type}" is not supported')
 
-        self._sort_formats(formats)
         return {
             'id': str(webpage_info['post']['id']),
             'formats': formats,