mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +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:
		| @@ -2343,7 +2343,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor): | ||||
|             'playbackContext': { | ||||
|                 'contentPlaybackContext': context | ||||
|             }, | ||||
|             'contentCheckOk': True | ||||
|             'contentCheckOk': True, | ||||
|             'racyCheckOk': True | ||||
|         } | ||||
|  | ||||
|     @staticmethod | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 coletdjnz
					coletdjnz