diff options
| author | Aadniz <8147434+Aadniz@users.noreply.github.com> | 2025-11-07 06:35:42 +0100 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2025-11-07 08:34:05 +0100 |
| commit | 24d27a7a216e44357921222c281d4f1bb07d99b3 (patch) | |
| tree | 818bedd6e659a67b631f5214d00f65c9ef63f6b5 /searx/settings.yml | |
| parent | 7af922c9dfff6e60974eb2dfcb1399f4573820f4 (diff) | |
[fix] drop goo engine
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index a3cccb5d5..3f29f486f 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -2682,26 +2682,6 @@ engines: # sourcehut_sort_order: longest-active disabled: true - - name: goo - shortcut: goo - engine: xpath - paging: true - search_url: https://search.goo.ne.jp/web.jsp?MT={query}&FR={pageno}0 - url_xpath: //div[@class="result"]/p[@class='title fsL1']/a/@href - title_xpath: //div[@class="result"]/p[@class='title fsL1']/a - content_xpath: //p[contains(@class,'url fsM')]/following-sibling::p - first_page_num: 0 - categories: [general, web] - disabled: true - timeout: 4.0 - about: - website: https://search.goo.ne.jp - wikidata_id: Q249044 - use_official_api: false - require_api_key: false - results: HTML - language: ja - - name: bt4g engine: bt4g shortcut: bt4g |