diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-08-11 11:04:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-11 11:04:55 +0200 |
commit | 4fae62cd88fe936f5b3fc14dcb119cf02c97d546 (patch) | |
tree | 38636d7bff38424828e2944ac397e7c57b53a636 /searx/settings.yml | |
parent | 975bd5beb5d98dc56664eb7a4085e90a566cf63d (diff) | |
parent | 9c18abfe5ab965350fd09cf86782201c345e0762 (diff) | |
download | searxng-4fae62cd88fe936f5b3fc14dcb119cf02c97d546.tar.gz searxng-4fae62cd88fe936f5b3fc14dcb119cf02c97d546.zip |
Merge pull request #656 from cy8aer/openrepos
openrepos: Meego/Sailfish application repository
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 243c291fe..4feebfcd0 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -300,6 +300,18 @@ engines: engine : openstreetmap 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 engine : photon shortcut : ph |