diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2019-12-24 13:33:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-24 13:33:07 +0100 |
commit | fb668e2075484084a1f7a9b205ecbe7957ea5e8e (patch) | |
tree | c6f2e83d9d222d69d79348faac342c07c32dbbf3 /searx/settings.yml | |
parent | f407dd8ef4e3f6c82bef31f678139d6db2a4d810 (diff) | |
parent | 6d232e9b695c2553b7594efe00c4f63aa96fc62d (diff) | |
download | searxng-fb668e2075484084a1f7a9b205ecbe7957ea5e8e.tar.gz searxng-fb668e2075484084a1f7a9b205ecbe7957ea5e8e.zip |
Merge branch 'master' into libgen
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index d9a1f45f0..e41b84c13 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -161,11 +161,12 @@ engines: weight : 2 disabled : True - - name : digbt - engine : digbt - shortcut : dbt - timeout : 6.0 - disabled : True +# cloudflare protected +# - name : digbt +# engine : digbt +# shortcut : dbt +# timeout : 6.0 +# disabled : True - name : digg engine : digg @@ -703,9 +704,9 @@ engines: shortcut: vo categories: social media search_url : https://searchvoat.co/?t={query} - url_xpath : //div[@class="entry"]/p/a[contains(@class, "title")]/@href - title_xpath : //div[@class="entry"]/p/a[contains(@class, "title")] - content_xpath : //div[@class="entry"]/p/span[@class="domain"]/a/text() + 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 @@ -743,10 +744,15 @@ engines: title_xpath : ./h2 content_xpath : ./p[@class="s"] suggestion_xpath : /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a - first_page_num : 1 + first_page_num : 0 page_size : 10 disabled : True + - name : seedpeer + shortcut : speu + engine : seedpeer + categories: files, music, videos + # - name : yacy # engine : yacy # shortcut : ya |