diff options
author | Émilien Devos <contact@emiliendevos.be> | 2020-08-18 19:02:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 18:02:41 +0200 |
commit | 27d74826f1e00302336c8720e014cd4cda871981 (patch) | |
tree | 4a7c7fa296d207bdeb1d99d32c8c0c8a82ca1c24 /searx/settings.yml | |
parent | 093dd42bb05feafb2cc77304d3b1a9a1a3016949 (diff) | |
download | searxng-27d74826f1e00302336c8720e014cd4cda871981.tar.gz searxng-27d74826f1e00302336c8720e014cd4cda871981.zip |
[enh] add yggtorrent engine (#2135)
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index f9f0a0f8f..6888547f2 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -702,6 +702,13 @@ engines: # Or you can use the html non-stable engine, activated by default engine : youtube_noapi + - name : yggtorrent + engine : yggtorrent + shortcut : ygg + url: https://www2.yggtorrent.si/ + disabled : True + timeout : 4.0 + - name : dailymotion engine : dailymotion shortcut : dm |