]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/muenchentv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / muenchentv.py
index b9681d1bd7401fa2173213dcb354a10d35c14d25..36a2d4688eb5374129974e39ee3fedd37a280be2 100644 (file)
@@ -60,7 +60,6 @@ def _real_extract(self, url):
                 'format_id': format_id,
                 'preference': -100 if '.smil' in s['file'] else 0,  # Strictly inferior than all other formats?
             })
-        self._sort_formats(formats)
 
         return {
             'id': video_id,