aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/massengeschmacktv.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/massengeschmacktv.py')
-rw-r--r--hypervideo_dl/extractor/massengeschmacktv.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/massengeschmacktv.py b/hypervideo_dl/extractor/massengeschmacktv.py
index b381d31..7dacb43 100644
--- a/hypervideo_dl/extractor/massengeschmacktv.py
+++ b/hypervideo_dl/extractor/massengeschmacktv.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -67,8 +65,6 @@ class MassengeschmackTVIE(InfoExtractor):
'vcodec': 'none' if format_id.startswith('Audio') else None,
})
- self._sort_formats(formats)
-
return {
'id': episode,
'title': title,