aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/lecture2go.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/lecture2go.py')
-rw-r--r--hypervideo_dl/extractor/lecture2go.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/lecture2go.py b/hypervideo_dl/extractor/lecture2go.py
index 81b5d41..3a9b30a 100644
--- a/hypervideo_dl/extractor/lecture2go.py
+++ b/hypervideo_dl/extractor/lecture2go.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -52,8 +49,6 @@ class Lecture2GoIE(InfoExtractor):
'url': url,
})
- self._sort_formats(formats)
-
creator = self._html_search_regex(
r'<div[^>]+id="description">([^<]+)</div>', webpage, 'creator', fatal=False)
duration = parse_duration(self._html_search_regex(