aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/radiode.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/radiode.py')
-rw-r--r--hypervideo_dl/extractor/radiode.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/hypervideo_dl/extractor/radiode.py b/hypervideo_dl/extractor/radiode.py
index 0382873..32c36d5 100644
--- a/hypervideo_dl/extractor/radiode.py
+++ b/hypervideo_dl/extractor/radiode.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
from .common import InfoExtractor
@@ -40,7 +38,6 @@ class RadioDeIE(InfoExtractor):
'abr': stream['bitRate'],
'asr': stream['sampleRate']
} for stream in broadcast['streamUrls']]
- self._sort_formats(formats)
return {
'id': radio_id,