mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Fix Google search engine.
- Fix broken links. Resolves #1794 - Fix missing results. Resolves #1829
This commit is contained in:
		
							parent
							
								
									117f69fa13
								
							
						
					
					
						commit
						78be4b4c70
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -112,9 +112,9 @@ filter_mapping = {0: 'off', 1: 'medium', 2: 'high'}
 | 
			
		|||
# specific xpath variables
 | 
			
		||||
# ------------------------
 | 
			
		||||
 | 
			
		||||
results_xpath = '//div[contains(@class, "MjjYud")]'
 | 
			
		||||
title_xpath = './/h3[1]'
 | 
			
		||||
href_xpath = './/a/@href'
 | 
			
		||||
results_xpath = './/div[@data-sokoban-container]'
 | 
			
		||||
title_xpath = './/a/h3[1]'
 | 
			
		||||
href_xpath = './/a[h3]/@href'
 | 
			
		||||
content_xpath = './/div[@data-content-feature=1]'
 | 
			
		||||
 | 
			
		||||
# google *sections* are no usual *results*, we ignore them
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue