diff options
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 486521d6d..e263e3ad4 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -289,6 +289,7 @@ engines: - name : 1x engine : www1x shortcut : 1x + timeout : 3.0 disabled : True - name : fdroid @@ -490,7 +491,7 @@ engines: - name : library genesis engine : xpath - search_url : https://libgen.is/search.php?req={query} + search_url : http://libgen.rs/search.php?req={query} url_xpath : //a[contains(@href,"bookfi.net")]/@href title_xpath : //a[contains(@href,"book/")]/text()[1] content_xpath : //td/a[1][contains(@href,"=author")]/text() @@ -646,11 +647,6 @@ engines: shortcut : qwn categories : news - - name : qwant social - engine : qwant - shortcut : qws - categories : social media - # - name: library # engine: recoll # shortcut: lib @@ -808,12 +804,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 + # tmp suspended: Cloudflare CAPTCHA + #- name : yggtorrent + # engine : yggtorrent + # shortcut : ygg + # url: https://www2.yggtorrent.si/ + # disabled : True + # timeout : 4.0 - name : dailymotion engine : dailymotion @@ -958,12 +955,6 @@ engines: page_size : 10 disabled : True - - name : seedpeer - shortcut : speu - engine : seedpeer - categories: files, music, videos - - - name : naver shortcut: nvr engine: xpath |