mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	Merge pull request #2026 from return42/fix-yh
[fix] yahoo engine - changed content_xpath
This commit is contained in:
		
						commit
						040adecabf
					
				@ -33,7 +33,7 @@ supported_languages_url = 'https://search.yahoo.com/web/advanced'
 | 
				
			|||||||
results_xpath = "//div[contains(concat(' ', normalize-space(@class), ' '), ' Sr ')]"
 | 
					results_xpath = "//div[contains(concat(' ', normalize-space(@class), ' '), ' Sr ')]"
 | 
				
			||||||
url_xpath = './/h3/a/@href'
 | 
					url_xpath = './/h3/a/@href'
 | 
				
			||||||
title_xpath = './/h3/a'
 | 
					title_xpath = './/h3/a'
 | 
				
			||||||
content_xpath = './/div[@class="compText aAbs"]'
 | 
					content_xpath = './/div[contains(@class, "compText")]'
 | 
				
			||||||
suggestion_xpath = "//div[contains(concat(' ', normalize-space(@class), ' '), ' AlsoTry ')]//a"
 | 
					suggestion_xpath = "//div[contains(concat(' ', normalize-space(@class), ' '), ' AlsoTry ')]//a"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
time_range_dict = {'day': ['1d', 'd'],
 | 
					time_range_dict = {'day': ['1d', 'd'],
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user