Update settings.yml
This commit is contained in:
parent
c2d95ecba4
commit
d5ce09c5cd
|
@ -35,6 +35,10 @@ engines:
|
||||||
engine : currency_convert
|
engine : currency_convert
|
||||||
categories : general
|
categories : general
|
||||||
shortcut : cc
|
shortcut : cc
|
||||||
|
|
||||||
|
- name : deezer
|
||||||
|
engine : deezer
|
||||||
|
shortcut : dz
|
||||||
|
|
||||||
- name : deviantart
|
- name : deviantart
|
||||||
engine : deviantart
|
engine : deviantart
|
||||||
|
@ -44,6 +48,10 @@ engines:
|
||||||
- name : ddg definitions
|
- name : ddg definitions
|
||||||
engine : duckduckgo_definitions
|
engine : duckduckgo_definitions
|
||||||
shortcut : ddd
|
shortcut : ddd
|
||||||
|
|
||||||
|
- name : digg
|
||||||
|
engine : digg
|
||||||
|
shortcut : dg
|
||||||
|
|
||||||
- name : wikidata
|
- name : wikidata
|
||||||
engine : wikidata
|
engine : wikidata
|
||||||
|
@ -64,12 +72,20 @@ engines:
|
||||||
# engine : filecrop
|
# engine : filecrop
|
||||||
# categories : files
|
# categories : files
|
||||||
# shortcut : fc
|
# shortcut : fc
|
||||||
|
|
||||||
|
- name : 500px
|
||||||
|
engine : 500px
|
||||||
|
shortcut : px
|
||||||
|
|
||||||
- name : flickr
|
- name : flickr
|
||||||
engine : flickr
|
|
||||||
categories : images
|
categories : images
|
||||||
shortcut : fl
|
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
|
- name : general-file
|
||||||
engine : generalfile
|
engine : generalfile
|
||||||
|
@ -91,13 +107,48 @@ engines:
|
||||||
engine : google_news
|
engine : google_news
|
||||||
shortcut : gon
|
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
|
- name : openstreetmap
|
||||||
engine : openstreetmap
|
engine : openstreetmap
|
||||||
shortcut : osm
|
shortcut : osm
|
||||||
|
|
||||||
- name : piratebay
|
- name : photon
|
||||||
engine : piratebay
|
engine : photon
|
||||||
shortcut : tpb
|
shortcut : ph
|
||||||
|
|
||||||
|
# - name : piratebay
|
||||||
|
# engine : piratebay
|
||||||
|
# shortcut : tpb
|
||||||
|
|
||||||
|
- name : kickass
|
||||||
|
engine : kickass
|
||||||
|
shortcut : ka
|
||||||
|
|
||||||
- name : soundcloud
|
- name : soundcloud
|
||||||
engine : soundcloud
|
engine : soundcloud
|
||||||
|
@ -106,6 +157,21 @@ engines:
|
||||||
- name : stackoverflow
|
- name : stackoverflow
|
||||||
engine : stackoverflow
|
engine : stackoverflow
|
||||||
shortcut : st
|
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
|
- name : startpage
|
||||||
engine : startpage
|
engine : startpage
|
||||||
|
@ -174,3 +240,4 @@ locales:
|
||||||
it : Italiano
|
it : Italiano
|
||||||
nl : Nederlands
|
nl : Nederlands
|
||||||
ja : 日本語 (Japanese)
|
ja : 日本語 (Japanese)
|
||||||
|
tr : Türkçe
|
||||||
|
|
Loading…
Reference in New Issue