aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/sverigesradio.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/sverigesradio.py')
-rw-r--r--hypervideo_dl/extractor/sverigesradio.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/sverigesradio.py b/hypervideo_dl/extractor/sverigesradio.py
index aa0691f..65da615 100644
--- a/hypervideo_dl/extractor/sverigesradio.py
+++ b/hypervideo_dl/extractor/sverigesradio.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..utils import (
determine_ext,
@@ -61,7 +58,6 @@ class SverigesRadioBaseIE(InfoExtractor):
'vcodec': 'none',
'url': audio_url,
})
- self._sort_formats(formats)
return {
'id': audio_id,