aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/nhl.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/nhl.py')
-rw-r--r--hypervideo_dl/extractor/nhl.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/nhl.py b/hypervideo_dl/extractor/nhl.py
index d3a5e17..2521c40 100644
--- a/hypervideo_dl/extractor/nhl.py
+++ b/hypervideo_dl/extractor/nhl.py
@@ -1,6 +1,3 @@
-from __future__ import unicode_literals
-
-
from .common import InfoExtractor
from ..compat import compat_str
from ..utils import (
@@ -51,7 +48,6 @@ class NHLBaseIE(InfoExtractor):
'height': height,
'tbr': int_or_none(self._search_regex(r'_(\d+)[kK]', playback_url, 'bitrate', default=None)),
})
- self._sort_formats(formats)
thumbnails = []
cuts = video_data.get('image', {}).get('cuts') or []