]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/bitwave.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / bitwave.py
index bd8eac1f13ae034aa2ab7998560f6b560d088cf6..a82cd263a796a883c17bd7e57f331ff27320e853 100644 (file)
@@ -45,7 +45,6 @@ def _real_extract(self, url):
         formats = self._extract_m3u8_formats(
             channel['data']['url'], username,
             'mp4')
-        self._sort_formats(formats)
 
         return {
             'id': username,