aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/newspicks.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/newspicks.py')
-rw-r--r--yt_dlp/extractor/newspicks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/newspicks.py b/yt_dlp/extractor/newspicks.py
index a368ce4e0..b6334dcba 100644
--- a/yt_dlp/extractor/newspicks.py
+++ b/yt_dlp/extractor/newspicks.py
@@ -29,7 +29,6 @@ class NewsPicksIE(InfoExtractor):
if not entries:
raise ExtractorError('No HTML5 media elements found')
info = entries[0]
- self._sort_formats(info['formats'])
title = self._html_search_meta('og:title', webpage, fatal=False)
description = self._html_search_meta(