mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] imgur - incorrect wikidata id
This commit is contained in:
		
							parent
							
								
									14323d683f
								
							
						
					
					
						commit
						af071121de
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -9,7 +9,7 @@ from searx.utils import extract_text, eval_xpath, eval_xpath_list
 | 
			
		|||
 | 
			
		||||
about = {
 | 
			
		||||
    "website": 'https://imgur.com/',
 | 
			
		||||
    "wikidata_id": 'Q107565255',
 | 
			
		||||
    "wikidata_id": 'Q355022',
 | 
			
		||||
    "official_api_documentation": 'https://api.imgur.com/',
 | 
			
		||||
    "use_official_api": False,
 | 
			
		||||
    "require_api_key": False,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue