aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/weibo.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/weibo.py')
-rw-r--r--hypervideo_dl/extractor/weibo.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/weibo.py b/hypervideo_dl/extractor/weibo.py
index dafa2af..81a23b9 100644
--- a/hypervideo_dl/extractor/weibo.py
+++ b/hypervideo_dl/extractor/weibo.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
import json
@@ -91,8 +88,6 @@ class WeiboIE(InfoExtractor):
'height': res,
})
- self._sort_formats(formats)
-
uploader = self._og_search_property(
'nick-name', webpage, 'uploader', default=None)