]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/icareus.py
[ie/youtube] Extract upload timestamp if available (#9856)
[yt-dlp.git] / yt_dlp / extractor / icareus.py
index dc7a2f0ba10d099b3c95a50855391461248e8a3d..d081cf42e255d7d7e8ae9ce22721162da4810adf 100644 (file)
@@ -169,7 +169,6 @@ def _real_extract(self, url):
             'url': url_or_none(info.get('thumbnail') or assets.get('thumbnail'))
         }]
 
-        self._sort_formats(formats)
         return merge_dicts({
             'id': video_id,
             'title': None,