aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/esri.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/esri.py')
-rw-r--r--yt_dlp/extractor/esri.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/esri.py b/yt_dlp/extractor/esri.py
index 1736788db..02e7efaf0 100644
--- a/yt_dlp/extractor/esri.py
+++ b/yt_dlp/extractor/esri.py
@@ -43,7 +43,6 @@ class EsriVideoIE(InfoExtractor):
'height': int(height),
'filesize_approx': parse_filesize(filesize),
})
- self._sort_formats(formats)
title = self._html_search_meta('title', webpage, 'title')
description = self._html_search_meta(