aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/bigflix.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/bigflix.py')
-rw-r--r--hypervideo_dl/extractor/bigflix.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/bigflix.py b/hypervideo_dl/extractor/bigflix.py
index 28e3e59..02d1ba0 100644
--- a/hypervideo_dl/extractor/bigflix.py
+++ b/hypervideo_dl/extractor/bigflix.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -66,8 +63,6 @@ class BigflixIE(InfoExtractor):
'url': decode_url(file_url),
})
- self._sort_formats(formats)
-
description = self._html_search_meta('description', webpage)
return {