aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/corus.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/corus.py')
-rw-r--r--hypervideo_dl/extractor/corus.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/hypervideo_dl/extractor/corus.py b/hypervideo_dl/extractor/corus.py
index 1194613..c03d653 100644
--- a/hypervideo_dl/extractor/corus.py
+++ b/hypervideo_dl/extractor/corus.py
@@ -1,7 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
-
from .theplatform import ThePlatformFeedIE
from ..utils import (
dict_get,
@@ -11,7 +7,7 @@ from ..utils import (
)
-class CorusIE(ThePlatformFeedIE):
+class CorusIE(ThePlatformFeedIE): # XXX: Do not subclass from concrete IE
_VALID_URL = r'''(?x)
https?://
(?:www\.)?
@@ -130,7 +126,6 @@ class CorusIE(ThePlatformFeedIE):
smil, smil_url, video_id, namespace))
if not formats and video.get('drm'):
self.report_drm(video_id)
- self._sort_formats(formats)
subtitles = {}
for track in video.get('tracks', []):