1
0
mirror of https://github.com/l1ving/youtube-dl synced 2020-11-18 19:53:54 -08:00

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 from __future__ import unicode_literals
import re import re
import json import json
@ -29,7 +28,6 @@ class GiantBombIE(InfoExtractor):
}, { }, {
'url': 'https://www.giantbomb.com/shows/ben-stranding/2970-20212', 'url': 'https://www.giantbomb.com/shows/ben-stranding/2970-20212',
'only_matching': True, 'only_matching': True,
}
}] }]
def _real_extract(self, url): def _real_extract(self, url):