summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml73
1 files changed, 68 insertions, 5 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index d64a23bf1..e30c52256 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -44,6 +44,10 @@ engines:
- name : ddg definitions
engine : duckduckgo_definitions
shortcut : ddd
+
+ - name : digg
+ engine : digg
+ shortcut : dg
- name : wikidata
engine : wikidata
@@ -64,12 +68,20 @@ engines:
# engine : filecrop
# categories : files
# shortcut : fc
+
+ - name : 500px
+ engine : 500px
+ shortcut : px
- name : flickr
- engine : flickr
categories : images
shortcut : fl
- timeout: 3.0
+# You can use the engine using the official stable API, but you need an API key
+# See : https://www.flickr.com/services/apps/create/
+# engine : flickr
+# api_key: 'apikey' # required!
+# Or you can use the html non-stable engine, activated by default
+ engine : flickr-noapi
- name : general-file
engine : generalfile
@@ -91,13 +103,48 @@ engines:
engine : google_news
shortcut : gon
+ - name : google play apps
+ engine : xpath
+ search_url : https://play.google.com/store/search?q={query}&c=apps
+ url_xpath : //a[@class="title"]/@href
+ title_xpath : //a[@class="title"]
+ content_xpath : //a[@class="subtitle"]
+ categories : files
+ shortcut : gpa
+
+ - name : google play movies
+ engine : xpath
+ search_url : https://play.google.com/store/search?q={query}&c=movies
+ url_xpath : //a[@class="title"]/@href
+ title_xpath : //a[@class="title"]
+ content_xpath : //a[@class="subtitle"]
+ categories : videos
+ shortcut : gpm
+
+ - name : google play music
+ engine : xpath
+ search_url : https://play.google.com/store/search?q={query}&c=music
+ url_xpath : //a[@class="title"]/@href
+ title_xpath : //a[@class="title"]
+ content_xpath : //a[@class="subtitle"]
+ categories : music
+ shortcut : gps
+
- name : openstreetmap
engine : openstreetmap
shortcut : osm
- - name : piratebay
- engine : piratebay
- shortcut : tpb
+ - name : photon
+ engine : photon
+ shortcut : ph
+
+# - name : piratebay
+# engine : piratebay
+# shortcut : tpb
+
+ - name : kickass
+ engine : kickass
+ shortcut : ka
- name : soundcloud
engine : soundcloud
@@ -106,6 +153,21 @@ engines:
- name : stackoverflow
engine : stackoverflow
shortcut : st
+
+ - name : searchcode doc
+ engine : searchcode_doc
+ shortcut : scd
+
+ - name : searchcode code
+ engine : searchcode_code
+ shortcut : scc
+
+ - name : subtitleseeker
+ engine : subtitleseeker
+ shortcut : ss
+# The language is an option. You can put any language written in english
+# Examples : English, French, German, Hungarian, Chinese...
+# language : English
- name : startpage
engine : startpage
@@ -174,3 +236,4 @@ locales:
it : Italiano
nl : Nederlands
ja : 日本語 (Japanese)
+ tr : Türkçe