]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/rcti.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / rcti.py
index 0cfecbc9a8301602900b6097373d22acc373aee0..27b4ad7bbcde0456b1f596f010063d06db9ba185 100644 (file)
@@ -194,8 +194,6 @@ def _real_extract(self, url):
             if 'akamaized' in f['url'] or 'cloudfront' in f['url']:
                 f.setdefault('http_headers', {})['Referer'] = 'https://www.rctiplus.com/'  # Referer header is required for akamai/cloudfront CDNs
 
-        self._sort_formats(formats)
-
         return {
             'id': video_meta.get('product_id') or video_json.get('product_id'),
             'title': dict_get(video_meta, ('title', 'name')) or dict_get(video_json, ('content_name', 'assets_name')),