aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/xinpianchang.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/xinpianchang.py')
-rw-r--r--hypervideo_dl/extractor/xinpianchang.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/xinpianchang.py b/hypervideo_dl/extractor/xinpianchang.py
index 9832d23..ddc1d0b 100644
--- a/hypervideo_dl/extractor/xinpianchang.py
+++ b/hypervideo_dl/extractor/xinpianchang.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..utils import (
int_or_none,
@@ -75,8 +72,6 @@ class XinpianchangIE(InfoExtractor):
'ext': 'mp4',
} for prog in v if prog.get('url') or []])
- self._sort_formats(formats)
-
return {
'id': video_id,
'title': data.get('title'),