]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/massengeschmacktv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / massengeschmacktv.py
index 4508e4391abcd28228eef241cad69a3d8e66c249..7dacb43e02c6f3ea36a1043b699643e1a446f1ff 100644 (file)
@@ -65,8 +65,6 @@ def _real_extract(self, url):
                 'vcodec': 'none' if format_id.startswith('Audio') else None,
             })
 
-        self._sort_formats(formats)
-
         return {
             'id': episode,
             'title': title,