]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/chaturbate.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / chaturbate.py
index d39210bf742b75ad57afe44d986dc1f6f1548ea5..99dfcfdebb960f2b0b265288dcc38aa8d138f2fa 100644 (file)
@@ -95,7 +95,6 @@ def _real_extract(self, url):
                 # ffmpeg skips segments for fast m3u8
                 preference=-10 if m3u8_id == 'fast' else None,
                 m3u8_id=m3u8_id, fatal=False, live=True))
-        self._sort_formats(formats)
 
         return {
             'id': video_id,