]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/uplynk.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / uplynk.py
index 9b560f719603583636180ae8945a68f2c22d937e..87c427f63fa3c3f71a86f7812e91275b126ce30a 100644 (file)
@@ -33,7 +33,6 @@ def _extract_uplynk_info(self, uplynk_content_url):
         if session_id:
             for f in formats:
                 f['extra_param_to_segment_url'] = 'pbs=' + session_id
-        self._sort_formats(formats)
         asset = self._download_json('http://content.uplynk.com/player/assetinfo/%s.json' % path, display_id)
         if asset.get('error') == 1:
             raise ExtractorError('% said: %s' % (self.IE_NAME, asset['msg']), expected=True)