aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/fourtube.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/fourtube.py')
-rw-r--r--hypervideo_dl/extractor/fourtube.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/hypervideo_dl/extractor/fourtube.py b/hypervideo_dl/extractor/fourtube.py
index d4d955b..b6368b8 100644
--- a/hypervideo_dl/extractor/fourtube.py
+++ b/hypervideo_dl/extractor/fourtube.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -37,7 +35,6 @@ class FourTubeBaseIE(InfoExtractor):
'resolution': format + 'p',
'quality': int(format),
} for format in sources]
- self._sort_formats(formats)
return formats
def _real_extract(self, url):