aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/amp.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/amp.py')
-rw-r--r--yt_dlp/extractor/amp.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/amp.py b/yt_dlp/extractor/amp.py
index 6015baad5..b0cbd775c 100644
--- a/yt_dlp/extractor/amp.py
+++ b/yt_dlp/extractor/amp.py
@@ -84,8 +84,6 @@ class AMPIE(InfoExtractor): # XXX: Conventionally, base classes should end with
'ext': ext,
})
- self._sort_formats(formats)
-
timestamp = unified_timestamp(item.get('pubDate'), ' ') or parse_iso8601(item.get('dc-date'))
return {