aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/discoverygo.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/discoverygo.py')
-rw-r--r--hypervideo_dl/extractor/discoverygo.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/hypervideo_dl/extractor/discoverygo.py b/hypervideo_dl/extractor/discoverygo.py
index 9e7b14a..1f3d8e3 100644
--- a/hypervideo_dl/extractor/discoverygo.py
+++ b/hypervideo_dl/extractor/discoverygo.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -52,7 +50,6 @@ class DiscoveryGoBaseIE(InfoExtractor):
elif stream_kind == 'hds':
formats.extend(self._extract_f4m_formats(
stream_url, display_id, f4m_id=stream_kind, fatal=False))
- self._sort_formats(formats)
video_id = video.get('id') or display_id
description = video.get('description', {}).get('detailed')