diff options
author | Émilien Devos <contact@emiliendevos.be> | 2021-01-06 10:45:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-06 10:45:02 +0000 |
commit | fc6cfc3b58cd99a555ac42779913e899c05192eb (patch) | |
tree | 16a59dc37d6013a47d2cae7c461363eb0204b075 /searx/settings.yml | |
parent | fb4e6080ed758e770dd1ef217927d7fde6894755 (diff) | |
download | searxng-fc6cfc3b58cd99a555ac42779913e899c05192eb.tar.gz searxng-fc6cfc3b58cd99a555ac42779913e899c05192eb.zip |
Remove voat due to its shutdown
Voat shutted down on December 25th, 2020 at 12 noon PST: https://voat.co/host/voat/static/inactive.min.html?ReturnUrl=/
Diffstat (limited to 'searx/settings.yml')
-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 |