]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/byutv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / byutv.py
index eca2e294e7919029789956e4730a61c3b0341570..9ed6efe799475fe3edead12ea3d10b077e18e126 100644 (file)
@@ -108,7 +108,6 @@ def _real_extract(self, url):
                 'thumbnail': ep.get('imageThumbnail'),
                 'duration': parse_duration(ep.get('length')),
             })
-        self._sort_formats(formats)
 
         return merge_dicts(info, {
             'id': video_id,