]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/epicon.py
[ie/orf:on] Improve extraction (#9677)
[yt-dlp.git] / yt_dlp / extractor / epicon.py
index 89424785ecdb8abb5dfaded984f16e71feebc7c2..3bfcc5470cb4446645086f067954cc7f88290ddd 100644 (file)
@@ -59,7 +59,6 @@ def _real_extract(self, url):
         description = self._og_search_description(webpage) or None
         thumbnail = self._og_search_thumbnail(webpage) or None
         formats = self._extract_m3u8_formats(data_json['url']['video_url'], id)
-        self._sort_formats(formats)
 
         subtitles = {}
         for subtitle in data_json.get('subtitles', []):