mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-12-29 01:51:06 +00:00
[youtube] Fix age-gated videos for API clients when cookies are supplied (#545)
Fixes #543 Authored by: colethedj
This commit is contained in:
parent
3ba7740dd8
commit
2fd226f6a7
1 changed files with 2 additions and 1 deletions
|
@ -2343,7 +2343,8 @@ def _generate_player_context(sts=None):
|
||||||
'playbackContext': {
|
'playbackContext': {
|
||||||
'contentPlaybackContext': context
|
'contentPlaybackContext': context
|
||||||
},
|
},
|
||||||
'contentCheckOk': True
|
'contentCheckOk': True,
|
||||||
|
'racyCheckOk': True
|
||||||
}
|
}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
Loading…
Reference in a new issue