logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 3fd86cfe13c2ca83c81cc43ed106152a07dcf012
parent fdc2183650a1aed22266bb59d83a1198525d4111
Author: Remita Amine <remitamine@gmail.com>
Date:   Mon, 22 Apr 2019 10:04:56 +0100

[ooyala] add support for geo verification proxy

Diffstat:

Myoutube_dl/extractor/ooyala.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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]