mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge branch 'master' into master
This commit is contained in:
		
						commit
						8b7783e703
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -192,10 +192,9 @@ engines:
 | 
			
		|||
    engine : xpath
 | 
			
		||||
    paging : True
 | 
			
		||||
    search_url : http://etymonline.com/?search={query}&p={pageno}
 | 
			
		||||
    url_xpath : //dt/a[1]/@href
 | 
			
		||||
    title_xpath : //dt
 | 
			
		||||
    content_xpath : //dd
 | 
			
		||||
    suggestion_xpath : //a[@class="crossreference"]
 | 
			
		||||
    url_xpath : //a[contains(@class, "word--")]/@href
 | 
			
		||||
    title_xpath : //p[contains(@class, "word__name--")]/text()
 | 
			
		||||
    content_xpath : //section[contains(@class, "word__defination")]/object
 | 
			
		||||
    first_page_num : 0
 | 
			
		||||
    shortcut : et
 | 
			
		||||
    disabled : True
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue