aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/giantbomb.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/giantbomb.py')
-rw-r--r--yt_dlp/extractor/giantbomb.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/giantbomb.py b/yt_dlp/extractor/giantbomb.py
index 5d6b208aa..112572366 100644
--- a/yt_dlp/extractor/giantbomb.py
+++ b/yt_dlp/extractor/giantbomb.py
@@ -74,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,