aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/ign.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/ign.py')
-rw-r--r--hypervideo_dl/extractor/ign.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/ign.py b/hypervideo_dl/extractor/ign.py
index c826eb3..d4797d3 100644
--- a/hypervideo_dl/extractor/ign.py
+++ b/hypervideo_dl/extractor/ign.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -104,8 +102,6 @@ class IGNIE(IGNBaseIE):
'url': mezzanine_url,
})
- self._sort_formats(formats)
-
thumbnails = []
for thumbnail in (video.get('thumbnails') or []):
thumbnail_url = thumbnail.get('url')