]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/limelight.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / limelight.py
index 90065094b60006641d72bffdc28f6ffea8d005b3..e11ec43d66aab257c0ac74abbdc981797490ae61 100644 (file)
@@ -179,8 +179,6 @@ def _extract_info(self, pc, mobile, i, referer):
                     'ext': ext,
                 })
 
-        self._sort_formats(formats)
-
         subtitles = {}
         for flag in mobile_item.get('flags'):
             if flag == 'ClosedCaptions':