mirror of
				https://github.com/searxng/searxng.git
				synced 2025-10-31 10:37:06 -04:00 
			
		
		
		
	Merge pull request #1944 from ngosang/feature/google
Fix Google search engine.
This commit is contained in:
		
						commit
						e63457584b
					
				| @ -112,9 +112,9 @@ filter_mapping = {0: 'off', 1: 'medium', 2: 'high'} | |||||||
| # specific xpath variables | # specific xpath variables | ||||||
| # ------------------------ | # ------------------------ | ||||||
| 
 | 
 | ||||||
| results_xpath = '//div[contains(@class, "MjjYud")]' | results_xpath = './/div[@data-sokoban-container]' | ||||||
| title_xpath = './/h3[1]' | title_xpath = './/a/h3[1]' | ||||||
| href_xpath = './/a/@href' | href_xpath = './/a[h3]/@href' | ||||||
| content_xpath = './/div[@data-content-feature=1]' | content_xpath = './/div[@data-content-feature=1]' | ||||||
| 
 | 
 | ||||||
| # google *sections* are no usual *results*, we ignore them | # google *sections* are no usual *results*, we ignore them | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user