projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdc2183
)
[ooyala] add support for geo verification proxy
author
Remita Amine
<remitamine@gmail.com>
Mon, 22 Apr 2019 09:04:56 +0000
(10:04 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Mon, 22 Apr 2019 09:04:56 +0000
(10:04 +0100)
youtube_dl/extractor/ooyala.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/ooyala.py
b/youtube_dl/extractor/ooyala.py
index ad8bf03f86a8bf3511fdc864ba462337f7bb51ec..e42d67df9a426bc249c702f0d90a8cfbd59e435b 100644
(file)
--- 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]