aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/pornovoisines.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/pornovoisines.py')
-rw-r--r--hypervideo_dl/extractor/pornovoisines.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/pornovoisines.py b/hypervideo_dl/extractor/pornovoisines.py
index 18459fc..aa48da0 100644
--- a/hypervideo_dl/extractor/pornovoisines.py
+++ b/hypervideo_dl/extractor/pornovoisines.py
@@ -1,7 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
-
from .common import InfoExtractor
from ..utils import (
int_or_none,
@@ -59,7 +55,6 @@ class PornoVoisinesIE(InfoExtractor):
'height': item.get('height'),
'bitrate': item.get('bitrate'),
})
- self._sort_formats(formats)
webpage = self._download_webpage(url, video_id)