]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/puhutv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / puhutv.py
index a5dac1dff563794b13e185f44a94a762987041ea..482e5705f02cb10898e2ad3aa9d7af808ae36f37 100644 (file)
@@ -111,7 +111,6 @@ def _real_extract(self, url):
                 format_id += '-%sp' % quality
             f['format_id'] = format_id
             formats.append(f)
-        self._sort_formats(formats)
 
         creator = try_get(
             show, lambda x: x['producer']['name'], compat_str)