]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/youku.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / youku.py
index 45856fbbeaeaf7c1eee76e64f0a21bfcadba0b23..624975b982564f5a51022ac18f28e5fa22c177f3 100644 (file)
@@ -198,7 +198,6 @@ def _real_extract(self, url):
             'width': stream.get('width'),
             'height': stream.get('height'),
         } for stream in data['stream'] if stream.get('channel_type') != 'tail']
-        self._sort_formats(formats)
 
         return {
             'id': video_id,