mirror of https://github.com/searxng/searxng.git
openrepos: Meego/Sailfish application repository
This commit is contained in:
parent
f1262ffa9e
commit
9c18abfe5a
|
@ -290,6 +290,18 @@ engines:
|
||||||
engine : openstreetmap
|
engine : openstreetmap
|
||||||
shortcut : osm
|
shortcut : osm
|
||||||
|
|
||||||
|
- name : openrepos
|
||||||
|
engine : xpath
|
||||||
|
paging : True
|
||||||
|
search_url : https://openrepos.net/search/node/{query}?page={pageno}
|
||||||
|
url_xpath : //li[@class="search-result"]//h3[@class="title"]/a/@href
|
||||||
|
title_xpath : //li[@class="search-result"]//h3[@class="title"]/a
|
||||||
|
content_xpath : //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
|
||||||
|
categories : files
|
||||||
|
timeout : 4.0
|
||||||
|
disabled : True
|
||||||
|
shortcut : or
|
||||||
|
|
||||||
- name : photon
|
- name : photon
|
||||||
engine : photon
|
engine : photon
|
||||||
shortcut : ph
|
shortcut : ph
|
||||||
|
|
Loading…
Reference in New Issue