summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml19
1 files changed, 4 insertions, 15 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 3d0ec2d2b..5757a4160 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -1,6 +1,7 @@
general:
debug: false # Debug mode, only for development
instance_name: "SearXNG" # displayed name
+ privacypolicy_url: false # https://example.com/privacy
contact_url: false # mailto:contact@example.com
enable_metrics: true # record stats
@@ -82,6 +83,8 @@ ui:
query_in_title: false
# ui theme
default_theme: simple
+ # center the results ?
+ center_aligment: false
# Default interface locale - leave blank to detect from browser information or
# use codes from the 'locales' config section
default_locale: ""
@@ -722,23 +725,9 @@ engines:
shortcut: gos
- name: google play apps
- engine: xpath
- search_url: https://play.google.com/store/search?q={query}&c=apps
- results_xpath: '//div[@class="ImZGtf mpg5gc"]'
- title_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
- url_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
- content_xpath: './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
- thumbnail_xpath: './/div[@class="uzcko"]/div/span[1]//img/@data-src'
- categories: [files, apps]
+ engine: google_play_apps
shortcut: gpa
disabled: true
- about:
- website: https://play.google.com/
- wikidata_id: Q79576
- official_api_documentation:
- use_official_api: false
- require_api_key: false
- results: HTML
- name: google play movies
engine: xpath