aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/hbo.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/hbo.py')
-rw-r--r--yt_dlp/extractor/hbo.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/hbo.py b/yt_dlp/extractor/hbo.py
index f54628665..530bdb727 100644
--- a/yt_dlp/extractor/hbo.py
+++ b/yt_dlp/extractor/hbo.py
@@ -112,7 +112,6 @@ class HBOBaseIE(InfoExtractor):
'width': format_info.get('width'),
'height': format_info.get('height'),
})
- self._sort_formats(formats)
thumbnails = []
card_sizes = xpath_element(video_data, 'titleCardSizes')