aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/kuwo.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/kuwo.py')
-rw-r--r--hypervideo_dl/extractor/kuwo.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/hypervideo_dl/extractor/kuwo.py b/hypervideo_dl/extractor/kuwo.py
index 460a425..cfec1c5 100644
--- a/hypervideo_dl/extractor/kuwo.py
+++ b/hypervideo_dl/extractor/kuwo.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -107,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+)/"',
@@ -342,8 +338,6 @@ class KuwoMvIE(KuwoBaseIE):
'format_id': 'mv',
})
- self._sort_formats(formats)
-
return {
'id': song_id,
'title': song_name,