aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/kelbyone.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/kelbyone.py')
-rw-r--r--hypervideo_dl/extractor/kelbyone.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/kelbyone.py b/hypervideo_dl/extractor/kelbyone.py
index 20c26cf..2ca9ad4 100644
--- a/hypervideo_dl/extractor/kelbyone.py
+++ b/hypervideo_dl/extractor/kelbyone.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..utils import int_or_none
@@ -62,7 +59,6 @@ class KelbyOneIE(InfoExtractor):
subtitles.setdefault('en', []).append({
'url': track['file'],
})
- self._sort_formats(formats)
yield {
'id': video_id,
'title': item['title'],