]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/nfb.py
[networking] Rewrite architecture (#2861)
[yt-dlp.git] / yt_dlp / extractor / nfb.py
index 79c6aaf0cb3e1ff859f8bb0168ae64e201512ed3..38e068af4189f338c63af24948a4208aaad2b86a 100644 (file)
@@ -35,7 +35,6 @@ def _real_extract(self, url):
             player, 'source', default=None, fatal=True)
 
         formats, subtitles = self._extract_m3u8_formats_and_subtitles(source, video_id, ext='mp4')
-        self._sort_formats(formats)
 
         return {
             'id': video_id,