]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/extractor/vlive.py
Update to ytdl-2021.01.03
[yt-dlp.git] / youtube_dlc / extractor / vlive.py
index c07550810b6ecc0c2096471cbe2a0786495b609e..96b4f665ed50519dadd0b97d6ccdf6801f77fea0 100644 (file)
@@ -155,6 +155,7 @@ def get_common_fields():
                     'old/v3/live/%s/playInfo',
                     video_id)['result']['adaptiveStreamUrl']
                 formats = self._extract_m3u8_formats(stream_url, video_id, 'mp4')
+                self._sort_formats(formats)
                 info = get_common_fields()
                 info.update({
                     'title': self._live_title(video['title']),