mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	Merge pull request #86 from pointhi/engines
little fix for google images engine
This commit is contained in:
		
						commit
						55dfb305a0
					
				@ -8,6 +8,7 @@ categories = ['images']
 | 
				
			|||||||
url = 'https://ajax.googleapis.com/'
 | 
					url = 'https://ajax.googleapis.com/'
 | 
				
			||||||
search_url = url + 'ajax/services/search/images?v=1.0&start={offset}&rsz=large&safe=off&filter=off&{query}'  # noqa
 | 
					search_url = url + 'ajax/services/search/images?v=1.0&start={offset}&rsz=large&safe=off&filter=off&{query}'  # noqa
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					paging = True
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def request(query, params):
 | 
					def request(query, params):
 | 
				
			||||||
    offset = (params['pageno'] - 1) * 8
 | 
					    offset = (params['pageno'] - 1) * 8
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user