]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/redgifs.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / redgifs.py
index 92d996ca648755c4bb18dc920397833198e9aad8..f688d1e63153283baa644982d4f4e52a8d0d605b 100644 (file)
@@ -45,7 +45,6 @@ def _parse_gif_data(self, gif_data):
                 'height': height,
                 'quality': quality(format_id),
             })
-        self._sort_formats(formats)
 
         return {
             'id': video_id,