diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-01-06 14:06:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-06 14:06:49 +0100 |
| commit | 14a395a6718949015e53a0b593eaa2f28e43fd27 (patch) | |
| tree | 16a59dc37d6013a47d2cae7c461363eb0204b075 | |
| parent | fb4e6080ed758e770dd1ef217927d7fde6894755 (diff) | |
| parent | fc6cfc3b58cd99a555ac42779913e899c05192eb (diff) | |
Merge pull request #2445 from searx/unixfox-patch-1
Remove voat due to its shutdown
| -rw-r--r-- | searx/settings.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index e263e3ad4..d31fbafc6 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -906,17 +906,6 @@ engines: # See : http://mymemory.translated.net/doc/usagelimits.php # api_key : '' - - name : voat - engine: xpath - shortcut: vo - categories: social media - search_url : https://searchvoat.co/?t={query} - url_xpath : //div[@class="entry"]//p[@class="title"]/a/@href - title_xpath : //div[@class="entry"]//p[@class="title"]/a/text() - content_xpath : //div[@class="entry"]//span[@class="domain"]/a/text() - timeout : 10.0 - disabled : True - - name : 1337x engine : 1337x shortcut : 1337x |