]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/fourzerostudio.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / fourzerostudio.py
index e1804e39e9767ecd2f7194b44f754d0b880635d7..c388a3a072e9d2810f0b5e4bd01d99bc7b276906 100644 (file)
@@ -29,7 +29,6 @@ def _real_extract(self, url):
             'ssrRefs', lambda _, v: v['__typename'] == 'PublicUser', 'id'), get_all=False)
 
         formats, subs = self._extract_m3u8_formats_and_subtitles(pcb['archiveUrl'], video_id, ext='mp4')
-        self._sort_formats(formats)
 
         return {
             'id': video_id,