aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/giantbomb.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/giantbomb.py')
-rw-r--r--hypervideo_dl/extractor/giantbomb.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/giantbomb.py b/hypervideo_dl/extractor/giantbomb.py
index 1920923..1125723 100644
--- a/hypervideo_dl/extractor/giantbomb.py
+++ b/hypervideo_dl/extractor/giantbomb.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
import json
from .common import InfoExtractor
@@ -76,8 +74,6 @@ class GiantBombIE(InfoExtractor):
if youtube_id:
return self.url_result(youtube_id, 'Youtube')
- self._sort_formats(formats)
-
return {
'id': video_id,
'display_id': display_id,