aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/kuwo.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/kuwo.py')
-rw-r--r--yt_dlp/extractor/kuwo.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/yt_dlp/extractor/kuwo.py b/yt_dlp/extractor/kuwo.py
index 0c9518e66..cfec1c50f 100644
--- a/yt_dlp/extractor/kuwo.py
+++ b/yt_dlp/extractor/kuwo.py
@@ -104,7 +104,6 @@ class KuwoIE(KuwoBaseIE):
lrc_content = None
formats = self._get_formats(song_id)
- self._sort_formats(formats)
album_id = self._html_search_regex(
r'<a[^>]+href="http://www\.kuwo\.cn/album/(\d+)/"',
@@ -339,8 +338,6 @@ class KuwoMvIE(KuwoBaseIE):
'format_id': 'mv',
})
- self._sort_formats(formats)
-
return {
'id': song_id,
'title': song_name,