]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/matchtv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / matchtv.py
index 94ae20b26fa6342190ed1afa5ea3dc1ef1fb486c..a67fa9fe4c24c2f12157edf4bbcedb5af371c715 100644 (file)
@@ -43,7 +43,6 @@ def _real_extract(self, url):
             })['data']['videoUrl']
         f4m_url = xpath_text(self._download_xml(video_url, video_id), './to')
         formats = self._extract_f4m_formats(f4m_url, video_id)
-        self._sort_formats(formats)
         return {
             'id': video_id,
             'title': 'Матч ТВ - Прямой эфир',