1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[gameinformer] Use geo verification headers

This commit is contained in:
Sergey M․ 2018-02-07 21:52:15 +07:00
parent 96a0bbdd0d
commit 9f4ec3de25
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

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