]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/hketv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / hketv.py
index 4c616d1ddc8bc4e89327fb269a9579a1fd4c3507..10879564fac2232b2ba06b69fae71c4bd57be342 100644 (file)
@@ -137,7 +137,6 @@ def _real_extract(self, url):
                 'width': w,
                 'height': h,
             })
-        self._sort_formats(formats)
 
         subtitles = {}
         tracks = try_get(playlist0, lambda x: x['tracks'], list) or []