aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/sport5.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/sport5.py')
-rw-r--r--hypervideo_dl/extractor/sport5.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/sport5.py b/hypervideo_dl/extractor/sport5.py
index 35c57d6..44b4067 100644
--- a/hypervideo_dl/extractor/sport5.py
+++ b/hypervideo_dl/extractor/sport5.py
@@ -1,7 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
-
from .common import InfoExtractor
from ..utils import ExtractorError
@@ -78,7 +74,6 @@ class Sport5IE(InfoExtractor):
'width': int(fmt.get('width')),
'height': int(fmt.get('height')),
} for fmt in metadata.findall('./PlaybackLinks/FileURL')]
- self._sort_formats(formats)
return {
'id': video_id,