]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/go.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / go.py
index 9b8723ea170b06741b9eb0409220282fa2cb7617..b075a02e0fe13eeeb45e07f687b98c331e8da74b 100644 (file)
@@ -293,7 +293,6 @@ def _real_extract(self, url):
                             'height': height,
                         })
                 formats.append(f)
-        self._sort_formats(formats)
 
         for cc in video_data.get('closedcaption', {}).get('src', []):
             cc_url = cc.get('value')