aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/substack.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/substack.py')
-rw-r--r--yt_dlp/extractor/substack.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/substack.py b/yt_dlp/extractor/substack.py
index 787b9f70d..fa3826388 100644
--- a/yt_dlp/extractor/substack.py
+++ b/yt_dlp/extractor/substack.py
@@ -88,7 +88,6 @@ class SubstackIE(InfoExtractor):
else:
self.raise_no_formats(f'Page type "{post_type}" is not supported')
- self._sort_formats(formats)
return {
'id': str(webpage_info['post']['id']),
'formats': formats,