]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/xinpianchang.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / xinpianchang.py
index 96e23bb8d0f967e368d2362416d209076143a384..ddc1d0b5afcafe25e5fbe14df85d9a7f7d832f30 100644 (file)
@@ -72,8 +72,6 @@ def _real_extract(self, url):
                     'ext': 'mp4',
                 } for prog in v if prog.get('url') or []])
 
-        self._sort_formats(formats)
-
         return {
             'id': video_id,
             'title': data.get('title'),