[facebook] Improve uploader extraction (closes #20250)
This commit is contained in:
		
							parent
							
								
									ee0ba927aa
								
							
						
					
					
						commit
						a551768acf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -424,7 +424,7 @@ class FacebookIE(InfoExtractor):
 | 
			
		|||
        uploader = clean_html(get_element_by_id(
 | 
			
		||||
            'fbPhotoPageAuthorName', webpage)) or self._search_regex(
 | 
			
		||||
            r'ownerName\s*:\s*"([^"]+)"', webpage, 'uploader',
 | 
			
		||||
            fatal=False) or self._og_search_title(webpage, fatal=False)
 | 
			
		||||
            default=None) or self._og_search_title(webpage, fatal=False)
 | 
			
		||||
        timestamp = int_or_none(self._search_regex(
 | 
			
		||||
            r'<abbr[^>]+data-utime=["\'](\d+)', webpage,
 | 
			
		||||
            'timestamp', default=None))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue