aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/rule34video.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/rule34video.py')
-rw-r--r--hypervideo_dl/extractor/rule34video.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/rule34video.py b/hypervideo_dl/extractor/rule34video.py
index a602a9f..9d15f4d 100644
--- a/hypervideo_dl/extractor/rule34video.py
+++ b/hypervideo_dl/extractor/rule34video.py
@@ -1,5 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
import re
from ..utils import parse_duration
@@ -53,8 +51,6 @@ class Rule34VideoIE(InfoExtractor):
thumbnail = self._html_search_regex(r'preview_url:\s+\'([^\']+)\'', webpage, 'thumbnail', default=None)
duration = self._html_search_regex(r'"icon-clock"></i>\s+<span>((?:\d+:?)+)', webpage, 'duration', default=None)
- self._sort_formats(formats)
-
return {
'id': video_id,
'formats': formats,