diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2018-08-19 13:22:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-19 13:22:22 +0200 |
| commit | b75f1b6cc39a94989a74d52eb0f1267c3e3c665e (patch) | |
| tree | d3bab81ca2071196b1b4223d6d2db7d408b79bf2 /searx/settings.yml | |
| parent | e7f7eda18cc69287f30c512a98b4e90453bcd8e7 (diff) | |
| parent | 931c1bb0f663bc13998f5a78ae7cd9485d37453c (diff) | |
Merge branch 'master' into patch-2
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 36 |
1 files changed, 31 insertions, 5 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 32b1b3d11..0c6f642fc 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -174,6 +174,7 @@ engines: - name : wikidata engine : wikidata shortcut : wd + timeout : 3.0 weight : 2 - name : duckduckgo @@ -191,10 +192,9 @@ engines: engine : xpath paging : True search_url : http://etymonline.com/?search={query}&p={pageno} - url_xpath : //dt/a[1]/@href - title_xpath : //dt - content_xpath : //dd - suggestion_xpath : //a[@class="crossreference"] + url_xpath : //a[contains(@class, "word--")]/@href + title_xpath : //p[contains(@class, "word__name--")]/text() + content_xpath : //section[contains(@class, "word__defination")]/object first_page_num : 0 shortcut : et disabled : True @@ -218,6 +218,24 @@ engines: shortcut : fd disabled : True + - name : findx + engine : findx + shortcut : fx + categories : general + disabled : True + + - name : findx images + engine : findx + shortcut : fxi + categories : images + disabled : True + + - name : findx videos + engine : findx + shortcut : fxv + categories : videos + disabled : True + - name : flickr categories : images shortcut : fl @@ -292,7 +310,7 @@ engines: engine : xpath paging : True search_url : https://scholar.google.com/scholar?start={pageno}&q={query}&hl=en&as_sdt=0,5&as_vis=1 - results_xpath : //div[@class="gs_r"]/div[@class="gs_ri"] + results_xpath : //div[contains(@class, "gs_r")]/div[@class="gs_ri"] url_xpath : .//h3/a/@href title_xpath : .//h3/a content_xpath : .//div[@class="gs_rs"] @@ -414,6 +432,12 @@ engines: engine : nyaa shortcut : nt disabled : True + + - name : acgsou + engine : acgsou + shortcut : acg + disabled : True + timeout: 5.0 - name : openairedatasets engine : json_engine @@ -723,6 +747,7 @@ locales: it : Italiano (Italian) ja : 日本語 (Japanese) nl : Nederlands (Dutch) + pl : Polski (Polish) pt : Português (Portuguese) pt_BR : Português (Portuguese_Brazil) ro : Română (Romanian) @@ -740,5 +765,6 @@ doi_resolvers : oadoi.org : 'https://oadoi.org/' doi.org : 'https://doi.org/' doai.io : 'http://doai.io/' + sci-hub.tw : 'http://sci-hub.tw/' default_doi_resolver : 'oadoi.org' |