mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
[add] naver engine
It adds new search engine for users from the South Korea (and therefore it is disabled by default). Closes #1553
This commit is contained in:
parent
cdc2f33972
commit
d3bc171a15
@ -835,6 +835,21 @@ engines:
|
|||||||
engine : seedpeer
|
engine : seedpeer
|
||||||
categories: files, music, videos
|
categories: files, music, videos
|
||||||
|
|
||||||
|
|
||||||
|
- name : naver
|
||||||
|
shortcut: nvr
|
||||||
|
engine: xpath
|
||||||
|
paging : True
|
||||||
|
search_url : https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
|
||||||
|
results_xpath: /html/body//ul[@id="elThumbnailResultArea"]/li
|
||||||
|
url_xpath : ./dl/dt/a[@class="title_link"]/@href
|
||||||
|
title_xpath : ./dl/dt/a[@class="title_link"]
|
||||||
|
content_xpath : ./dl/dd[@class="sh_web_passage"]
|
||||||
|
suggestion_xpath : /html/body//div[@class="sp_keyword section"]//a
|
||||||
|
first_page_num : 1
|
||||||
|
page_size : 10
|
||||||
|
disabled : True
|
||||||
|
|
||||||
- name : rubygems
|
- name : rubygems
|
||||||
shortcut: rbg
|
shortcut: rbg
|
||||||
engine: xpath
|
engine: xpath
|
||||||
|
Loading…
Reference in New Issue
Block a user