aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/restudy.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/restudy.py')
-rw-r--r--hypervideo_dl/extractor/restudy.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/restudy.py b/hypervideo_dl/extractor/restudy.py
index d47fb45..6d03256 100644
--- a/hypervideo_dl/extractor/restudy.py
+++ b/hypervideo_dl/extractor/restudy.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
@@ -34,7 +31,6 @@ class RestudyIE(InfoExtractor):
formats = self._extract_smil_formats(
'https://cdn.portal.restudy.dk/dynamic/themes/front/awsmedia/SmilDirectory/video_%s.xml' % video_id,
video_id)
- self._sort_formats(formats)
return {
'id': video_id,