]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/euscreen.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / euscreen.py
index 4435f08e0d73f6b4c4fac3348f10223f0453bf74..65a1dc7c503e66c967c43e24b1abc1b2ee5aa3c5 100644 (file)
@@ -45,7 +45,6 @@ def _real_extract(self, url):
         formats = [{
             'url': source['src'],
         } for source in video_json.get('sources', [])]
-        self._sort_formats(formats)
 
         return {
             'id': id,