]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/hbo.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / hbo.py
index f546286651543bbc0a2b6cd3d9ddfaf40aef8ac4..530bdb7270f80552882124d5e235452d3ff16e42 100644 (file)
@@ -112,7 +112,6 @@ def _extract_info(self, url, display_id):
                         'width': format_info.get('width'),
                         'height': format_info.get('height'),
                     })
-        self._sort_formats(formats)
 
         thumbnails = []
         card_sizes = xpath_element(video_data, 'titleCardSizes')