]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/netzkino.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / netzkino.py
index 49b29b67cc03d7e14ade6e1a6d32b25e464cbaae..9c314e22330ee959437b82d09fbebab749116179 100644 (file)
@@ -72,7 +72,6 @@ def _real_extract(self, url):
             'ext': 'mp4',
             'url': tpl.replace('{}', film_fn) + suffix[key],
         } for key, tpl in templates.items()]
-        self._sort_formats(formats)
 
         return {
             'id': video_id,