aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/xstream.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/xstream.py')
-rw-r--r--yt_dlp/extractor/xstream.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/xstream.py b/yt_dlp/extractor/xstream.py
index 42bffb071..8dd1cd9ef 100644
--- a/yt_dlp/extractor/xstream.py
+++ b/yt_dlp/extractor/xstream.py
@@ -82,7 +82,6 @@ class XstreamIE(InfoExtractor):
'url': media_url,
'tbr': tbr,
})
- self._sort_formats(formats)
link = find_xpath_attr(
entry, xpath_with_ns('./atom:link', NS_MAP), 'rel', 'original')