Fix the StartPage result title is showing the url
Fix the issue 2395 where StartPage result title is showing the url. https://github.com/searx/searx/issues/2395
This commit is contained in:
		
							parent
							
								
									002d53abf3
								
							
						
					
					
						commit
						fea8958e99
					
				| @ -37,7 +37,7 @@ search_url = base_url + 'do/search' | |||||||
| # ads xpath //div[@id="results"]/div[@id="sponsored"]//div[@class="result"] | # ads xpath //div[@id="results"]/div[@id="sponsored"]//div[@class="result"] | ||||||
| # not ads: div[@class="result"] are the direct childs of div[@id="results"] | # not ads: div[@class="result"] are the direct childs of div[@id="results"] | ||||||
| results_xpath = '//div[@class="w-gl__result__main"]' | results_xpath = '//div[@class="w-gl__result__main"]' | ||||||
| link_xpath = './/a[@class="w-gl__result-url result-link"]' | link_xpath = './/a[@class="w-gl__result-title result-link"]' | ||||||
| content_xpath = './/p[@class="w-gl__description"]' | content_xpath = './/p[@class="w-gl__description"]' | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user