aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/swrmediathek.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/swrmediathek.py')
-rw-r--r--hypervideo_dl/extractor/swrmediathek.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/swrmediathek.py b/hypervideo_dl/extractor/swrmediathek.py
index 0f61597..38bdfce 100644
--- a/hypervideo_dl/extractor/swrmediathek.py
+++ b/hypervideo_dl/extractor/swrmediathek.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..utils import (
parse_duration,
@@ -95,7 +92,6 @@ class SWRMediathekIE(InfoExtractor):
'vcodec': codec if media_type == 'Video' else 'none',
'acodec': codec if media_type == 'Audio' else None,
})
- self._sort_formats(formats)
upload_date = None
entry_pdatet = attr.get('entry_pdatet')