diff options
| author | Mathieu Brunot <mathieu.brunot@monogramm.io> | 2019-10-16 19:30:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-16 19:30:02 +0200 |
| commit | a51b2b6c20c1346748c09aec051d78f6822c580c (patch) | |
| tree | 5f08fadc14de64e86c5582ebbdc928e4abe7475b /searx/settings.yml | |
| parent | 4d17d453bf99641797dcbfa1f1a35dd5b21dcab4 (diff) | |
| parent | 12f42d1572311a56401637ac5c7dc66008eb979c (diff) | |
Merge branch 'master' into feature/accessibility
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index cf2b13e08..835fbe5f6 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 |