diff --git a/youtube_dl/extractor/giantbomb.py b/youtube_dl/extractor/giantbomb.py index 80561d315..3d175b9eb 100644 --- a/youtube_dl/extractor/giantbomb.py +++ b/youtube_dl/extractor/giantbomb.py @@ -1,5 +1,4 @@ from __future__ import unicode_literals - import re import json @@ -29,7 +28,6 @@ class GiantBombIE(InfoExtractor): }, { 'url': 'https://www.giantbomb.com/shows/ben-stranding/2970-20212', 'only_matching': True, - } }] def _real_extract(self, url):