]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/vice.py
[ie/youtube] Avoid false DRM detection (#7396)
[yt-dlp.git] / yt_dlp / extractor / vice.py
index f3ad56bf1151d0f08f9dfa0d528ceb4e99523891..d1a3b48aac1cf841a38371a00f3651c1cd9d93f8 100644 (file)
@@ -150,7 +150,6 @@ def _real_extract(self, url):
         video_data = preplay['video']
         formats = self._extract_m3u8_formats(
             preplay['playURL'], video_id, 'mp4', 'm3u8_native')
-        self._sort_formats(formats)
         episode = video_data.get('episode') or {}
         channel = video_data.get('channel') or {}
         season = video_data.get('season') or {}