aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/pornhd.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/pornhd.py')
-rw-r--r--hypervideo_dl/extractor/pornhd.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/pornhd.py b/hypervideo_dl/extractor/pornhd.py
index 9dbd72f..c8a1ec8 100644
--- a/hypervideo_dl/extractor/pornhd.py
+++ b/hypervideo_dl/extractor/pornhd.py
@@ -1,6 +1,3 @@
-from __future__ import unicode_literals
-
-
from .common import InfoExtractor
from ..utils import (
determine_ext,
@@ -87,7 +84,6 @@ class PornHdIE(InfoExtractor):
})
if formats:
info['formats'] = formats
- self._sort_formats(info['formats'])
description = self._html_search_regex(
(r'(?s)<section[^>]+class=["\']video-description[^>]+>(?P<value>.+?)</section>',