aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/teachertube.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/teachertube.py')
-rw-r--r--hypervideo_dl/extractor/teachertube.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/teachertube.py b/hypervideo_dl/extractor/teachertube.py
index e22f011..c3eec27 100644
--- a/hypervideo_dl/extractor/teachertube.py
+++ b/hypervideo_dl/extractor/teachertube.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -76,8 +73,6 @@ class TeacherTubeIE(InfoExtractor):
} for media_url in set(media_urls)
]
- self._sort_formats(formats)
-
thumbnail = self._og_search_thumbnail(
webpage, default=None) or self._html_search_meta(
'thumbnail', webpage)