[youtube] Fix age-gated videos for API clients when cookies are supplied (#545)

Fixes #543
Authored by: colethedj
pull/310/head
coletdjnz 3 years ago committed by GitHub
parent 3ba7740dd8
commit 2fd226f6a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2343,7 +2343,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
'playbackContext': {
'contentPlaybackContext': context
},
'contentCheckOk': True
'contentCheckOk': True,
'racyCheckOk': True
}
@staticmethod

Loading…
Cancel
Save