mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge pull request #1035 from misnyo/voat
[fix] voat.co search xpath and url fixed
This commit is contained in:
		
						commit
						bd48df289f
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -641,10 +641,10 @@ engines: | ||||||
|     engine: xpath |     engine: xpath | ||||||
|     shortcut: vo |     shortcut: vo | ||||||
|     categories: social media |     categories: social media | ||||||
|     search_url : https://voat.co/search?q={query} |     search_url : https://searchvoat.co/?t={query} | ||||||
|     url_xpath : //p[contains(@class, "title")]/a/@href |     url_xpath : //div[@class="entry"]/p/a[@class="title"]/@href | ||||||
|     title_xpath : //p[contains(@class, "title")]/a |     title_xpath : //div[@class="entry"]/p/a[@class="title"] | ||||||
|     content_xpath : //span[@class="domain"] |     content_xpath : //div[@class="entry"]/p/span[@class="domain"] | ||||||
|     timeout : 10.0 |     timeout : 10.0 | ||||||
|     disabled : True |     disabled : True | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adam Tauber
						Adam Tauber