This commit is contained in:
		
							parent
							
								
									67171ed7e9
								
							
						
					
					
						commit
						16ee69c1b7
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -1825,7 +1825,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
 | 
				
			||||||
        # Get video info
 | 
					        # Get video info
 | 
				
			||||||
        video_info = {}
 | 
					        video_info = {}
 | 
				
			||||||
        embed_webpage = None
 | 
					        embed_webpage = None
 | 
				
			||||||
        if re.search(r'player-age-gate-content">', video_webpage) is not None:
 | 
					        if (self._og_search_property('restrictions:age', video_webpage, default=None) == '18+'
 | 
				
			||||||
 | 
					                or re.search(r'player-age-gate-content">', video_webpage) is not None):
 | 
				
			||||||
            age_gate = True
 | 
					            age_gate = True
 | 
				
			||||||
            # We simulate the access to the video from www.youtube.com/v/{video_id}
 | 
					            # We simulate the access to the video from www.youtube.com/v/{video_id}
 | 
				
			||||||
            # this can be viewed without login into Youtube
 | 
					            # this can be viewed without login into Youtube
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue