diff options
| author | Alexandre Flament <alex@al-f.net> | 2016-11-06 09:44:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-06 09:44:07 +0100 |
| commit | 219f047bf359ce94397241b875639f3aaddb0fe5 (patch) | |
| tree | d280939d600e5769d3847df009a1559bf25c972a /searx/settings.yml | |
| parent | 01e2648e93e718f84c77aed16326a14f2b498a2e (diff) | |
| parent | 7d26b3f8f8659491d3da94aeb71bd0d9b5f7a257 (diff) | |
Merge branch 'master' into searchpy2
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 139034590..573cf5458 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -313,6 +313,16 @@ engines: timeout : 4.0 disabled : True + - name : lobste.rs + engine : xpath + search_url : https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance + results_xpath : //li[contains(@class, "story")] + url_xpath : .//span[@class="link"]/a/@href + title_xpath : .//span[@class="link"]/a + content_xpath : .//a[@class="domain"] + categories : it + shortcut : lo + - name : microsoft academic engine : json_engine paging : True |