]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/dlive.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / dlive.py
index 31b4a568f298015a156e9a2a927d9d46aba22794..30fcf9fceff381c7a8d870d9ed10ece4625515db 100644 (file)
@@ -40,7 +40,6 @@ def _real_extract(self, url):
         title = broadcast['title']
         formats = self._extract_m3u8_formats(
             broadcast['playbackUrl'], vod_id, 'mp4', 'm3u8_native')
-        self._sort_formats(formats)
         return {
             'id': vod_id,
             'title': title,
@@ -79,7 +78,6 @@ def _real_extract(self, url):
         formats = self._extract_m3u8_formats(
             'https://live.prd.dlive.tv/hls/live/%s.m3u8' % username,
             display_name, 'mp4')
-        self._sort_formats(formats)
         return {
             'id': display_name,
             'title': title,