diff options
author | Adam Tauber <asciimoo@gmail.com> | 2015-01-01 14:10:59 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2015-01-01 14:10:59 +0100 |
commit | 469e08881ee17d8a180d0c0741c1552a29108f0e (patch) | |
tree | 59db47065d54fdde5576babc19155f128359386f /searx/settings.yml | |
parent | c7cbd38fcc60601dd3b41df8a3a234c079f5dc0b (diff) | |
parent | 5d977056f7aa216eae09a22c3baaff73546f6ff1 (diff) | |
download | searxng-469e08881ee17d8a180d0c0741c1552a29108f0e.tar.gz searxng-469e08881ee17d8a180d0c0741c1552a29108f0e.zip |
Merge pull request #165 from Cqoicebordel/Moar-engines
Moar engines
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 2d4366a1c..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 @@ -99,6 +103,33 @@ 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 |