From: Remita Amine Date: Mon, 22 Apr 2019 09:04:56 +0000 (+0100) Subject: [ooyala] add support for geo verification proxy X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=3fd86cfe13c2ca83c81cc43ed106152a07dcf012;p=youtube-dl [ooyala] add support for geo verification proxy --- diff --git a/youtube_dl/extractor/ooyala.py b/youtube_dl/extractor/ooyala.py index ad8bf03f8..e42d67df9 100644 --- a/youtube_dl/extractor/ooyala.py +++ b/youtube_dl/extractor/ooyala.py @@ -36,7 +36,7 @@ class OoyalaBaseIE(InfoExtractor): 'domain': domain, 'supportedFormats': supportedformats or 'mp4,rtmp,m3u8,hds,dash,smooth', 'embedToken': embed_token, - }), video_id) + }), video_id, headers=self.geo_verification_headers()) cur_auth_data = auth_data['authorization_data'][embed_code]