[gameinformer] Use geo verification headers

pull/15528/head
Sergey M․ 6 years ago
parent 96a0bbdd0d
commit 9f4ec3de25
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -23,7 +23,8 @@ class GameInformerIE(InfoExtractor):
def _real_extract(self, url):
display_id = self._match_id(url)
webpage = self._download_webpage(url, display_id)
webpage = self._download_webpage(
url, display_id, headers=self.geo_verification_headers())
brightcove_id = self._search_regex(
[r'<[^>]+\bid=["\']bc_(\d+)', r"getVideo\('[^']+video_id=(\d+)"],
webpage, 'brightcove id')

Loading…
Cancel
Save