aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/einthusan.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/einthusan.py')
-rw-r--r--hypervideo_dl/extractor/einthusan.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/einthusan.py b/hypervideo_dl/extractor/einthusan.py
index 7af279a..53bc253 100644
--- a/hypervideo_dl/extractor/einthusan.py
+++ b/hypervideo_dl/extractor/einthusan.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import json
from .common import InfoExtractor
@@ -92,8 +89,6 @@ class EinthusanIE(InfoExtractor):
'url': mp4_url,
})
- self._sort_formats(formats)
-
description = get_elements_by_class('synopsis', webpage)[0]
thumbnail = self._html_search_regex(
r'''<img[^>]+src=(["'])(?P<url>(?!\1).+?/moviecovers/(?!\1).+?)\1''',