diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-02-12 10:56:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-12 10:56:53 +0100 |
| commit | 2b60d0d243f5f5848c44ffc4d8503ee974fc614b (patch) | |
| tree | 0ac05aa41f6d2cc60294c60713ea2f788135e865 /searx/settings.yml | |
| parent | 7e83818879a48fef84a518092d833e3785c64ff2 (diff) | |
| parent | 35dd0694027baef2c2eb18d27bd0f5dcbcc999ad (diff) | |
Merge pull request #2564 from dalf/fix-seznam
[fix] fix seznam engine
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 87008eb20..4e926d73c 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1170,24 +1170,8 @@ engines: - 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[contains(@class, "Result ")] - url_xpath : ./h3/a/@href - title_xpath : ./h3 - content_xpath : .//p[@class="Result-description"] - suggestion_xpath: //div[@class="Related-container"]//div[@class="RelatedItem"]/div/span/a - first_page_num : 0 - page_size : 10 + engine: seznam disabled : True - about: - website: https://www.seznam.cz/ - wikidata_id: Q3490485 - official_api_documentation: https://api.sklik.cz/ - use_official_api: false - require_api_key: false - results: HTML - name : mojeek shortcut: mjk |