mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 23:35:04 +00:00
[ooyala] add support for geo verification proxy
This commit is contained in:
parent
fdc2183650
commit
3fd86cfe13
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ def _extract(self, content_tree_url, video_id, domain='example.org', supportedfo
|
||||||
'domain': domain,
|
'domain': domain,
|
||||||
'supportedFormats': supportedformats or 'mp4,rtmp,m3u8,hds,dash,smooth',
|
'supportedFormats': supportedformats or 'mp4,rtmp,m3u8,hds,dash,smooth',
|
||||||
'embedToken': embed_token,
|
'embedToken': embed_token,
|
||||||
}), video_id)
|
}), video_id, headers=self.geo_verification_headers())
|
||||||
|
|
||||||
cur_auth_data = auth_data['authorization_data'][embed_code]
|
cur_auth_data = auth_data['authorization_data'][embed_code]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue