forked from zaclys/searxng
		
	support playing videos directly
This commit is contained in:
		
							parent
							
								
									79d06509c1
								
							
						
					
					
						commit
						040e24f9ad
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -60,6 +60,7 @@ def response(resp):
 | 
			
		|||
                    'content': result['description'],
 | 
			
		||||
                    'publishedDate': datetime.utcfromtimestamp(result['creationTs']),
 | 
			
		||||
                    'thumbnail': result['images']['imageFbThumbnail']['url'],
 | 
			
		||||
                    'iframe_src': result['images'].get('image460sv', {}).get('url'),
 | 
			
		||||
                }
 | 
			
		||||
            )
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue