]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/ntvru.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / ntvru.py
index c8df110e80e324fd42cc3af629d4b26779143822..8d5877daa0cff1900ee931900e96baff74c06948 100644 (file)
@@ -115,7 +115,6 @@ def _real_extract(self, url):
                 'url': file_,
                 'filesize': int_or_none(xpath_text(video, './%ssize' % format_id)),
             })
-        self._sort_formats(formats)
 
         return {
             'id': xpath_text(video, './id'),