aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/cliphunter.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/cliphunter.py')
-rw-r--r--hypervideo_dl/extractor/cliphunter.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/hypervideo_dl/extractor/cliphunter.py b/hypervideo_dl/extractor/cliphunter.py
index f2ca7a3..2b907dc 100644
--- a/hypervideo_dl/extractor/cliphunter.py
+++ b/hypervideo_dl/extractor/cliphunter.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..utils import (
int_or_none,
@@ -64,7 +62,6 @@ class CliphunterIE(InfoExtractor):
'height': int_or_none(height),
'tbr': int_or_none(f.get('br')),
})
- self._sort_formats(formats)
thumbnail = self._search_regex(
r"var\s+mov_thumb\s*=\s*'([^']+)';",