]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/npr.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / npr.py
index e677e862d59cb7b7a0c424466800b937f2090c5c..4b6855c93fe2d0b362ef4c3d24be51af775c2348 100644 (file)
@@ -121,8 +121,6 @@ def _real_extract(self, url):
                 m3u8_url = traverse_obj(list(raw_json_ld), (..., 'subjectOf', ..., 'embedUrl'), get_all=False)
                 formats = self._extract_m3u8_formats(m3u8_url, media_id, 'mp4', m3u8_id='hls', fatal=False)
 
-            self._sort_formats(formats)
-
             entries.append({
                 'id': media_id,
                 'title': media.get('title', {}).get('$text') or playlist_title,