]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/willow.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / willow.py
index 6c71e9a04c837fed0e1fd3ed237700eb454198c4..0ec9c9d6e285594103b9269fd46dabb3c7b60efe 100644 (file)
@@ -41,7 +41,6 @@ def _real_extract(self, url):
             raise ExtractorError('No videos found')
 
         formats = self._extract_m3u8_formats(video['secureurl'], video_id, 'mp4')
-        self._sort_formats(formats)
 
         return {
             'id': str(video.get('content_id')),