]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/adobetv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / adobetv.py
index d8e07b3a176c4d6d5dd63bac0e09ed2b730d0268..d1525a1af2d5e82d44bace8ab9ed29e57610951b 100644 (file)
@@ -70,7 +70,6 @@ def _parse_video_data(self, video_data):
                     })
                     s3_extracted = True
             formats.append(f)
-        self._sort_formats(formats)
 
         return {
             'id': video_id,
@@ -269,7 +268,6 @@ def _real_extract(self, url):
                 'width': int_or_none(source.get('width') or None),
                 'url': source_src,
             })
-        self._sort_formats(formats)
 
         # For both metadata and downloaded files the duration varies among
         # formats. I just pick the max one