forked from zaclys/searxng
		
	add lib.rs engine
This commit is contained in:
		
							parent
							
								
									07342899e5
								
							
						
					
					
						commit
						90bdb23756
					
				
					 1 changed files with 17 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1846,6 +1846,23 @@ engines:
 | 
			
		|||
      require_api_key: false
 | 
			
		||||
      results: HTML
 | 
			
		||||
 | 
			
		||||
  - name: lib.rs
 | 
			
		||||
    shortcut: lrs
 | 
			
		||||
    engine: xpath
 | 
			
		||||
    search_url: https://lib.rs/search?q={query}
 | 
			
		||||
    results_xpath: /html/body/main/div/ol/li/a
 | 
			
		||||
    url_xpath: ./@href
 | 
			
		||||
    title_xpath: ./div[@class="h"]/h4
 | 
			
		||||
    content_xpath: ./div[@class="h"]/p
 | 
			
		||||
    categories: [it, packages]
 | 
			
		||||
    disabled: true
 | 
			
		||||
    about:
 | 
			
		||||
      website: https://lib.rs
 | 
			
		||||
      wikidata_id: Q113486010
 | 
			
		||||
      use_official_api: false
 | 
			
		||||
      require_api_key: false
 | 
			
		||||
      results: HTML
 | 
			
		||||
 | 
			
		||||
# Doku engine lets you access to any Doku wiki instance:
 | 
			
		||||
# A public one or a privete/corporate one.
 | 
			
		||||
#  - name: ubuntuwiki
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue