aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/freesound.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/freesound.py')
-rw-r--r--hypervideo_dl/extractor/freesound.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/hypervideo_dl/extractor/freesound.py b/hypervideo_dl/extractor/freesound.py
index 138b6bc..8b5f227 100644
--- a/hypervideo_dl/extractor/freesound.py
+++ b/hypervideo_dl/extractor/freesound.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -65,7 +63,6 @@ class FreesoundIE(InfoExtractor):
'format_note': channels,
'quality': quality,
} for quality, format_url in enumerate(audio_urls)]
- self._sort_formats(formats)
return {
'id': audio_id,