diff options
| author | d-tux <deniswernert@gmail.com> | 2018-12-14 07:06:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-14 07:06:19 +0100 |
| commit | 4a127b19de860a1f1e75f597dc0d53bfdd06e52e (patch) | |
| tree | 42efd4cb19145f92aba68722a0e5cc775dad7643 /searx/settings.yml | |
| parent | b9ada93b3ade2b4268bdc898e2c67b156b4dba92 (diff) | |
| parent | 442772a6c5011f5dfd1e9d651d935b179cd14568 (diff) | |
Merge branch 'master' into engines/unsplash
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 31 |
1 files changed, 13 insertions, 18 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index b48fada8e..d47fd59f4 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -218,24 +218,6 @@ 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 @@ -728,6 +710,19 @@ engines: shortcut : du disabled : True + - name : seznam + shortcut: szn + engine: xpath + paging : True + search_url : https://search.seznam.cz/?q={query}&count=10&from={pageno} + results_xpath: //div[@class="Page-content"]//div[@class="Result "] + url_xpath : ./h3/a/@href + title_xpath : ./h3 + content_xpath : .//p[@class="Result-description"] + first_page_num : 0 + page_size : 10 + disabled : True + # - name : yacy # engine : yacy # shortcut : ya |