]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/faz.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / faz.py
index cc12fda2b9201adb58b61d10e8c41be38443eae8..bca62add9f730b3e6677551b28ccd133f47b55f6 100644 (file)
@@ -78,7 +78,6 @@ def _real_extract(self, url):
                             'tbr': tbr or int(mobj.group(3)),
                         })
                     formats.append(f)
-        self._sort_formats(formats)
 
         return {
             'id': video_id,