mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 00:37:06 -05:00 
			
		
		
		
	[youtube] Make confirm_age non-fatal (#4042)
This commit is contained in:
		@@ -185,8 +185,8 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
 | 
			
		||||
 | 
			
		||||
        self._download_webpage(
 | 
			
		||||
            req, None,
 | 
			
		||||
            note='Confirming age', errnote='Unable to confirm age')
 | 
			
		||||
        return True
 | 
			
		||||
            note='Confirming age', errnote='Unable to confirm age',
 | 
			
		||||
            fatal=False)
 | 
			
		||||
 | 
			
		||||
    def _real_initialize(self):
 | 
			
		||||
        if self._downloader is None:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user