aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/dfb.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/dfb.py')
-rw-r--r--hypervideo_dl/extractor/dfb.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/dfb.py b/hypervideo_dl/extractor/dfb.py
index 97f70fc..c4fb5c2 100644
--- a/hypervideo_dl/extractor/dfb.py
+++ b/hypervideo_dl/extractor/dfb.py
@@ -1,6 +1,3 @@
-from __future__ import unicode_literals
-
-
from .common import InfoExtractor
from ..utils import unified_strdate
@@ -44,7 +41,6 @@ class DFBIE(InfoExtractor):
formats.extend(self._extract_m3u8_formats(
manifest_url, display_id, 'mp4',
'm3u8_native', m3u8_id='hls', fatal=False))
- self._sort_formats(formats)
return {
'id': video_id,