diff options
| author | Remita Amine <remitamine@gmail.com> | 2019-04-22 10:04:56 +0100 | 
|---|---|---|
| committer | Remita Amine <remitamine@gmail.com> | 2019-04-22 10:04:56 +0100 | 
| commit | 3fd86cfe13c2ca83c81cc43ed106152a07dcf012 (patch) | |
| tree | 504e2b5d8d4fd3c736eed88bea93a7e895cd2dca /youtube_dl/extractor/ooyala.py | |
| parent | fdc2183650a1aed22266bb59d83a1198525d4111 (diff) | |
[ooyala] add support for geo verification proxy
Diffstat (limited to 'youtube_dl/extractor/ooyala.py')
| -rw-r--r-- | youtube_dl/extractor/ooyala.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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] | 
