Fixed broken brackets

This commit is contained in:
JordanWeatherby 2020-05-20 22:18:44 +01:00 committed by GitHub
parent c792bc3f60
commit f53f694fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):