]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/expressen.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / expressen.py
index 5381e988046624639cccac3aa84e49df68fdeaa7..86967b631b33937411c4861ca2cf92f4e141d1cf 100644 (file)
@@ -70,7 +70,6 @@ def extract_data(name):
             formats = [{
                 'url': stream,
             }]
-        self._sort_formats(formats)
 
         title = info.get('titleRaw') or data['title']
         description = info.get('descriptionRaw')