mirror of https://github.com/searxng/searxng.git
Add goo engine
This commit is contained in:
parent
afd71a6c0f
commit
4e7bb1bf9a
|
@ -1967,6 +1967,26 @@ engines:
|
||||||
require_api_key: false
|
require_api_key: false
|
||||||
results: HTML
|
results: HTML
|
||||||
|
|
||||||
|
- name: goo
|
||||||
|
shortcut: goo
|
||||||
|
engine: xpath
|
||||||
|
paging: true
|
||||||
|
search_url: https://search.goo.ne.jp/web.jsp?MT={query}&FR={pageno}0
|
||||||
|
url_xpath: //div[@class="result"]/p[@class='title fsL1']/a/@href
|
||||||
|
title_xpath: //div[@class="result"]/p[@class='title fsL1']/a
|
||||||
|
content_xpath: //p[contains(@class,'url fsM')]/following-sibling::p
|
||||||
|
first_page_num: 0
|
||||||
|
categories: [general, web]
|
||||||
|
disabled: true
|
||||||
|
timeout: 4.0
|
||||||
|
about:
|
||||||
|
website: https://search.goo.ne.jp
|
||||||
|
wikidata_id: Q249044
|
||||||
|
use_official_api: false
|
||||||
|
require_api_key: false
|
||||||
|
results: HTML
|
||||||
|
language: ja
|
||||||
|
|
||||||
# Doku engine lets you access to any Doku wiki instance:
|
# Doku engine lets you access to any Doku wiki instance:
|
||||||
# A public one or a privete/corporate one.
|
# A public one or a privete/corporate one.
|
||||||
# - name: ubuntuwiki
|
# - name: ubuntuwiki
|
||||||
|
|
Loading…
Reference in New Issue