From 27d74826f1e00302336c8720e014cd4cda871981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20Devos?= Date: Tue, 18 Aug 2020 19:02:41 +0300 Subject: [enh] add yggtorrent engine (#2135) --- searx/settings.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'searx/settings.yml') 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 -- cgit v1.2.3