aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/golem.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/golem.py')
-rw-r--r--hypervideo_dl/extractor/golem.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/golem.py b/hypervideo_dl/extractor/golem.py
index 47a068e..c33d950 100644
--- a/hypervideo_dl/extractor/golem.py
+++ b/hypervideo_dl/extractor/golem.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..compat import (
compat_str,
@@ -54,7 +51,6 @@ class GolemIE(InfoExtractor):
'filesize': self._int(e.findtext('filesize'), 'filesize'),
'ext': determine_ext(e.findtext('./filename')),
})
- self._sort_formats(formats)
info['formats'] = formats
thumbnails = []