mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05: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': {
|
||||
'contentPlaybackContext': context
|
||||
},
|
||||
'contentCheckOk': True
|
||||
'contentCheckOk': True,
|
||||
'racyCheckOk': True
|
||||
}
|
||||
|
||||
@staticmethod
|
||||
|
|
Loading…
Reference in a new issue