aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/lifenews.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/lifenews.py')
-rw-r--r--hypervideo_dl/extractor/lifenews.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/lifenews.py b/hypervideo_dl/extractor/lifenews.py
index 49a0a59..919cfcb 100644
--- a/hypervideo_dl/extractor/lifenews.py
+++ b/hypervideo_dl/extractor/lifenews.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -226,8 +223,6 @@ class LifeEmbedIE(InfoExtractor):
else:
extract_original(video_url)
- self._sort_formats(formats)
-
thumbnail = thumbnail or self._search_regex(
r'"image"\s*:\s*"([^"]+)', webpage, 'thumbnail', default=None)