]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/urplay.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / urplay.py
index 30bd3dcbf3965dd54024683ae74131574d2d8254..0f0d6592d869ba95c45eca4d0f35e2f1a9acc329 100644 (file)
@@ -76,7 +76,6 @@ def _real_extract(self, url):
                 formats.extend(self._extract_wowza_formats(
                     'http://%s/%splaylist.m3u8' % (host, file_http),
                     video_id, skip_protocols=['f4m', 'rtmp', 'rtsp']))
-        self._sort_formats(formats)
 
         subtitles = {}