mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] XPath engine naver - content selector needed an update
Closes: https://github.com/searxng/searxng/issues/3282 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									5602f0bf96
								
							
						
					
					
						commit
						76b18545e4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -2017,7 +2017,7 @@ engines: | ||||||
|     search_url: https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno} |     search_url: https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno} | ||||||
|     url_xpath: //a[@class="link_tit"]/@href |     url_xpath: //a[@class="link_tit"]/@href | ||||||
|     title_xpath: //a[@class="link_tit"] |     title_xpath: //a[@class="link_tit"] | ||||||
|     content_xpath: //a[@class="total_dsc"]/div |     content_xpath: //div[@class="total_dsc_wrap"]/a | ||||||
|     first_page_num: 1 |     first_page_num: 1 | ||||||
|     page_size: 10 |     page_size: 10 | ||||||
|     disabled: true |     disabled: true | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Markus Heiser
						Markus Heiser