diff options
author | Bnyro <bnyro@tutanota.com> | 2024-05-31 21:01:07 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-06-07 11:31:05 +0200 |
commit | 46c530988862ef8fe39eed2a605f0fd2221e9a7f (patch) | |
tree | a6a612ce1f447ce1dd505cbb0742e47ed6332b8d /searx/settings.yml | |
parent | 32a2175f3814cb433eb86511b1315b362210534b (diff) | |
download | searxng-46c530988862ef8fe39eed2a605f0fd2221e9a7f.tar.gz searxng-46c530988862ef8fe39eed2a605f0fd2221e9a7f.zip |
[feat] mojeek: implement dedicated module
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index ca277b1d1..46e34698a 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -2022,26 +2022,25 @@ engines: - name: mojeek shortcut: mjk - engine: xpath - paging: true + engine: mojeek categories: [general, web] - search_url: https://www.mojeek.com/search?q={query}&s={pageno}&lang={lang}&lb={lang} - results_xpath: //ul[@class="results-standard"]/li/a[@class="ob"] - url_xpath: ./@href - title_xpath: ../h2/a - content_xpath: ..//p[@class="s"] - suggestion_xpath: //div[@class="top-info"]/p[@class="top-info spell"]/em/a - first_page_num: 0 - page_size: 10 - max_page: 100 disabled: true - about: - website: https://www.mojeek.com/ - wikidata_id: Q60747299 - official_api_documentation: https://www.mojeek.com/services/api.html/ - use_official_api: false - require_api_key: false - results: HTML + + - name: mojeek images + shortcut: mjkimg + engine: mojeek + categories: [images, web] + search_type: images + paging: false + disabled: true + + - name: mojeek news + shortcut: mjknews + engine: mojeek + categories: [news, web] + search_type: news + paging: false + disabled: true - name: moviepilot engine: moviepilot |