aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/steam.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/steam.py')
-rw-r--r--yt_dlp/extractor/steam.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/steam.py b/yt_dlp/extractor/steam.py
index eea20ff85..7daee2fe0 100644
--- a/yt_dlp/extractor/steam.py
+++ b/yt_dlp/extractor/steam.py
@@ -109,7 +109,6 @@ class SteamIE(InfoExtractor):
'format_id': ext + quality,
'url': video_url,
})
- self._sort_formats(formats)
entry['formats'] = formats
entries.append(entry)
embedded_videos = re.findall(r'(<iframe[^>]+>)', webpage)
@@ -163,7 +162,6 @@ class SteamCommunityBroadcastIE(InfoExtractor):
'https://steamcommunity.com/actions/ajaxresolveusers',
video_id, query={'steamids': video_id})[0]
- self._sort_formats(formats)
return {
'id': video_id,
'title': self._generic_title('', webpage),