]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/nhl.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / nhl.py
index 884f9e2aed631940a26a1b6815aabebb573d1a9a..2521c40e0836ab3c6e00282e480fe7d9fb922562 100644 (file)
@@ -48,7 +48,6 @@ def _real_extract(self, url):
                     'height': height,
                     'tbr': int_or_none(self._search_regex(r'_(\d+)[kK]', playback_url, 'bitrate', default=None)),
                 })
-        self._sort_formats(formats)
 
         thumbnails = []
         cuts = video_data.get('image', {}).get('cuts') or []