]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/nfl.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / nfl.py
index 106566611733f617c2e73138aad7961979115f73..29c53d5a50eafc8c9b34141245c34928398d8ea4 100644 (file)
@@ -71,7 +71,6 @@ def _parse_video_config(self, video_config, display_id):
             ext = determine_ext(item_url)
             if ext == 'm3u8':
                 info['formats'] = self._extract_m3u8_formats(item_url, media_id, 'mp4')
-                self._sort_formats(info['formats'])
             else:
                 info['url'] = item_url
                 if item.get('audio') is True: