]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/melonvod.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / melonvod.py
index 0cbc961c42548c833b630582ef7d131346a7afe3..1d3fff856621fb616f28a7bb11ecc9d6f787c343 100644 (file)
@@ -44,7 +44,6 @@ def _real_extract(self, url):
 
         formats = self._extract_m3u8_formats(
             stream_info['encUrl'], video_id, 'mp4', m3u8_id='hls')
-        self._sort_formats(formats)
 
         artist_list = play_info.get('artistList')
         artist = None