aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/lecturio.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/lecturio.py')
-rw-r--r--hypervideo_dl/extractor/lecturio.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/lecturio.py b/hypervideo_dl/extractor/lecturio.py
index 0ee1eeb..973764c 100644
--- a/hypervideo_dl/extractor/lecturio.py
+++ b/hypervideo_dl/extractor/lecturio.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -140,7 +137,6 @@ class LecturioIE(LecturioBaseIE):
'height': int(mobj.group(1)),
})
formats.append(f)
- self._sort_formats(formats)
subtitles = {}
automatic_captions = {}