]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/nate.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / nate.py
index c83b2acbd848d4d3a87dacdf3e6c723b76760084..5e74caa7f6c9e8e025ad7674949918e4dfa3dd95 100644 (file)
@@ -68,7 +68,6 @@ def _real_extract(self, url):
             'height': self._QUALITY.get(f_url[-2:]),
             'quality': int_or_none(f_url[-2:]),
         } for f_url in video_data.get('smcUriList') or []]
-        self._sort_formats(formats)
         return {
             'id': id,
             'title': video_data.get('clipTitle'),