|  | @@ -313,6 +313,16 @@ engines:
 | 
	
		
			
			| 313 | 313 |      timeout : 4.0
 | 
	
		
			
			| 314 | 314 |      disabled : True
 | 
	
		
			
			| 315 | 315 |  
 | 
	
		
			
			|  | 316 | +  - name : lobste.rs
 | 
	
		
			
			|  | 317 | +    engine : xpath
 | 
	
		
			
			|  | 318 | +    search_url : https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
 | 
	
		
			
			|  | 319 | +    results_xpath : //li[contains(@class, "story")]
 | 
	
		
			
			|  | 320 | +    url_xpath : .//span[@class="link"]/a/@href
 | 
	
		
			
			|  | 321 | +    title_xpath : .//span[@class="link"]/a
 | 
	
		
			
			|  | 322 | +    content_xpath : .//a[@class="domain"]
 | 
	
		
			
			|  | 323 | +    categories : it
 | 
	
		
			
			|  | 324 | +    shortcut : lo
 | 
	
		
			
			|  | 325 | +
 | 
	
		
			
			| 316 | 326 |    - name : microsoft academic
 | 
	
		
			
			| 317 | 327 |      engine : json_engine
 | 
	
		
			
			| 318 | 328 |      paging : True
 |