aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/konserthusetplay.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/konserthusetplay.py')
-rw-r--r--yt_dlp/extractor/konserthusetplay.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/konserthusetplay.py b/yt_dlp/extractor/konserthusetplay.py
index 1e177c363..10767f1b6 100644
--- a/yt_dlp/extractor/konserthusetplay.py
+++ b/yt_dlp/extractor/konserthusetplay.py
@@ -95,8 +95,6 @@ class KonserthusetPlayIE(InfoExtractor):
'url': fallback_url,
})
- self._sort_formats(formats)
-
title = player_config.get('title') or media['title']
description = player_config.get('mediaInfo', {}).get('description')
thumbnail = media.get('image')