aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/hketv.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/hketv.py')
-rw-r--r--hypervideo_dl/extractor/hketv.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/hketv.py b/hypervideo_dl/extractor/hketv.py
index 1f3502b..1087956 100644
--- a/hypervideo_dl/extractor/hketv.py
+++ b/hypervideo_dl/extractor/hketv.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 (
@@ -140,7 +137,6 @@ class HKETVIE(InfoExtractor):
'width': w,
'height': h,
})
- self._sort_formats(formats)
subtitles = {}
tracks = try_get(playlist0, lambda x: x['tracks'], list) or []