]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/bongacams.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / bongacams.py
index 9ba166b043b33946863dd13f2e7b64a1beda02ea..bf955668dfb0654371403b0f4e92e4339561be16 100644 (file)
@@ -57,7 +57,6 @@ def _real_extract(self, url):
         formats = self._extract_m3u8_formats(
             '%s/hls/stream_%s/playlist.m3u8' % (server_url, uploader_id),
             channel_id, 'mp4', m3u8_id='hls', live=True)
-        self._sort_formats(formats)
 
         return {
             'id': channel_id,