aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/carambatv.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/carambatv.py')
-rw-r--r--hypervideo_dl/extractor/carambatv.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/carambatv.py b/hypervideo_dl/extractor/carambatv.py
index 7e5cc90..d6044a3 100644
--- a/hypervideo_dl/extractor/carambatv.py
+++ b/hypervideo_dl/extractor/carambatv.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..compat import compat_str
from ..utils import (
@@ -46,7 +43,6 @@ class CarambaTVIE(InfoExtractor):
'height': int_or_none(f.get('height')),
'format_id': format_field(f, 'height', '%sp'),
} for f in video['qualities'] if f.get('fn')]
- self._sort_formats(formats)
thumbnail = video.get('splash')
duration = float_or_none(try_get(