aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/tunepk.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/tunepk.py')
-rw-r--r--hypervideo_dl/extractor/tunepk.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/hypervideo_dl/extractor/tunepk.py b/hypervideo_dl/extractor/tunepk.py
index 9d42651..e4e507b 100644
--- a/hypervideo_dl/extractor/tunepk.py
+++ b/hypervideo_dl/extractor/tunepk.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..compat import compat_str
from ..utils import (
@@ -59,7 +57,6 @@ class TunePkIE(InfoExtractor):
formats = self._parse_jwplayer_formats(
details['player']['sources'], video_id)
- self._sort_formats(formats)
description = self._og_search_description(
webpage, default=None) or self._html_search_meta(