]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/goplay.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / goplay.py
index 31267e1aa2fece50e5d4d7aca3659c69d24e7f94..2882b49dd32fd731515bd2bfa694b9f8f99d9b7e 100644 (file)
@@ -81,7 +81,6 @@ def _real_extract(self, url):
 
         formats, subs = self._extract_m3u8_formats_and_subtitles(
             api['video']['S'], video_id, ext='mp4', m3u8_id='HLS')
-        self._sort_formats(formats)
 
         info_dict.update({
             'id': video_id,