mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-03 11:13:45 +00:00 
			
		
		
		
	[facebook] Improve login required detection
This commit is contained in:
		
							parent
							
								
									fdf91c52a8
								
							
						
					
					
						commit
						bb7ac1ed66
					
				@ -521,7 +521,10 @@ class FacebookIE(InfoExtractor):
 | 
			
		||||
                raise ExtractorError(
 | 
			
		||||
                    'The video is not available, Facebook said: "%s"' % m_msg.group(1),
 | 
			
		||||
                    expected=True)
 | 
			
		||||
            elif '>You must log in to continue' in webpage:
 | 
			
		||||
            elif any(p in webpage for p in (
 | 
			
		||||
                    '>You must log in to continue',
 | 
			
		||||
                    'id="login_form"',
 | 
			
		||||
                    'id="loginbutton"')):
 | 
			
		||||
                self.raise_login_required()
 | 
			
		||||
 | 
			
		||||
        if not video_data and '/watchparty/' in url:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user