aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/opencast.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/opencast.py')
-rw-r--r--hypervideo_dl/extractor/opencast.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/opencast.py b/hypervideo_dl/extractor/opencast.py
index cf8d917..fa46757 100644
--- a/hypervideo_dl/extractor/opencast.py
+++ b/hypervideo_dl/extractor/opencast.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -95,8 +92,6 @@ class OpencastBaseIE(InfoExtractor):
})
formats.append(track_obj)
- self._sort_formats(formats)
-
return {
'id': video_id,
'formats': formats,