]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/gedidigital.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / gedidigital.py
index 4cc67802138e5765859781cb1fbf4ec92fc68744..1878d636d225afa610af938a2904e2d90fb1a40c 100644 (file)
@@ -186,7 +186,6 @@ def _real_extract(self, url):
                     duration = int_or_none(v)
 
         self._clean_formats(formats)
-        self._sort_formats(formats)
 
         return {
             'id': video_id,