]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/ynet.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / ynet.py
index 27eda972199564b5868f08838c9ecf8ebfde38e5..a7d7371f3b0983da90641f52e85e325516f00d1e 100644 (file)
@@ -39,7 +39,6 @@ def _real_extract(self, url):
         if m:
             title = m.group('title')
         formats = self._extract_f4m_formats(f4m_url, video_id)
-        self._sort_formats(formats)
 
         return {
             'id': video_id,