[mgtv] pass geo verification headers for api request

This commit is contained in:
Remita Amine 2016-07-08 20:15:21 +01:00
parent cedc70b292
commit 89e2fff2b7
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ class MGTVIE(InfoExtractor):
video_id = self._match_id(url)
api_data = self._download_json(
'http://v.api.mgtv.com/player/video', video_id,
query={'video_id': video_id})['data']
query={'video_id': video_id},
headers=self.geo_verification_headers())['data']
info = api_data['info']
formats = []