]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/onefootball.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / onefootball.py
index 41815bef1f64f96f397b9d048d75d7db289f4eed..591d15732db9a28bd8cb105ab3a46cbecd1b180a 100644 (file)
@@ -36,7 +36,6 @@ def _real_extract(self, url):
         data_json = self._search_json_ld(webpage, id)
         m3u8_url = self._html_search_regex(r'(https://cdn\.jwplayer\.com/manifests/.+\.m3u8)', webpage, 'm3u8_url')
         formats, subtitles = self._extract_m3u8_formats_and_subtitles(m3u8_url, id)
-        self._sort_formats(formats)
         return {
             'id': id,
             'title': data_json.get('title'),