mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] brave.videos
This commit is contained in:
		
							parent
							
								
									27477f51fd
								
							
						
					
					
						commit
						ec540a967a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -338,7 +338,7 @@ def _parse_videos(json_resp):
 | 
			
		|||
            'duration': result['video']['duration'],
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if result['thumbnail'] != "null":
 | 
			
		||||
        if result['thumbnail'] is not None:
 | 
			
		||||
            item['thumbnail'] = result['thumbnail']['src']
 | 
			
		||||
 | 
			
		||||
        iframe_src = _get_iframe_src(url)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue