]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/picarto.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / picarto.py
index 54999a832cb0d6915b625e827ed51cd34bdec2cd..36a062def385b3f60017dd2a2153e4d04509f115 100644 (file)
@@ -64,7 +64,6 @@ def _real_extract(self, url):
                 formats.append({
                     'url': source_url,
                 })
-        self._sort_formats(formats)
 
         mature = metadata.get('adult')
         if mature is None:
@@ -114,7 +113,6 @@ def _real_extract(self, url):
         formats = self._extract_m3u8_formats(
             vod_info['vod'], video_id, 'mp4', entry_protocol='m3u8_native',
             m3u8_id='hls')
-        self._sort_formats(formats)
 
         return {
             'id': video_id,