]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/breitbart.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / breitbart.py
index ca5757374d6a3f308af8f09e2c84c837aaf81480..ea0a59c8668e54d141e89798f4a1cd5e2dc21b73 100644 (file)
@@ -24,7 +24,6 @@ def _real_extract(self, url):
         webpage = self._download_webpage(url, video_id)
 
         formats = self._extract_m3u8_formats(f'https://cdn.jwplayer.com/manifests/{video_id}.m3u8', video_id, ext='mp4')
-        self._sort_formats(formats)
         return {
             'id': video_id,
             'title': self._generic_title('', webpage),