]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/philharmoniedeparis.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / philharmoniedeparis.py
index 5ea2b639334629699993c79f0c65b887b9ef75be..e8494a0840542d7ed087d406aaf41b123c53060e 100644 (file)
@@ -75,7 +75,6 @@ def extract_entry(source):
                     m3u8_id='hls', fatal=False))
             if not formats and not self.get_param('ignore_no_formats'):
                 return
-            self._sort_formats(formats)
             return {
                 'title': title,
                 'formats': formats,