]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/telebruxelles.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / telebruxelles.py
index 8d87b6ec1faea5923c0848af885de3070667bdf0..2c50a67e95217632e113ece0b4e71f74d22ba067 100644 (file)
@@ -59,7 +59,6 @@ def _real_extract(self, url):
         rtmp_url = re.sub(r'^rmtp', 'rtmp', rtmp_url)
         rtmp_url = re.sub(r'"\s*\+\s*"', '', rtmp_url)
         formats = self._extract_wowza_formats(rtmp_url, article_id or display_id)
-        self._sort_formats(formats)
 
         is_live = 'stream/live' in rtmp_url