mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] default disabled engines - closes #109
This commit is contained in:
parent
bfd321a7a9
commit
b19e681cce
5 changed files with 23 additions and 16 deletions
|
|
@ -96,6 +96,7 @@ engines:
|
|||
- name : general-file
|
||||
engine : generalfile
|
||||
shortcut : gf
|
||||
disabled : True
|
||||
|
||||
- name : github
|
||||
engine : github
|
||||
|
|
@ -121,6 +122,7 @@ engines:
|
|||
content_xpath : //a[@class="subtitle"]
|
||||
categories : files
|
||||
shortcut : gpa
|
||||
disabled : True
|
||||
|
||||
- name : google play movies
|
||||
engine : xpath
|
||||
|
|
@ -130,6 +132,7 @@ engines:
|
|||
content_xpath : //a[@class="subtitle"]
|
||||
categories : videos
|
||||
shortcut : gpm
|
||||
disabled : True
|
||||
|
||||
- name : google play music
|
||||
engine : xpath
|
||||
|
|
@ -139,6 +142,7 @@ engines:
|
|||
content_xpath : //a[@class="subtitle"]
|
||||
categories : music
|
||||
shortcut : gps
|
||||
disabled : True
|
||||
|
||||
- name : mixcloud
|
||||
engine : mixcloud
|
||||
|
|
@ -175,6 +179,7 @@ engines:
|
|||
- name : searchcode code
|
||||
engine : searchcode_code
|
||||
shortcut : scc
|
||||
disabled : True
|
||||
|
||||
- name : subtitleseeker
|
||||
engine : subtitleseeker
|
||||
|
|
@ -239,7 +244,7 @@ engines:
|
|||
# shortcut : ya
|
||||
# base_url : 'http://localhost:8090'
|
||||
# number_of_results : 5
|
||||
# timeout: 3.0
|
||||
# timeout : 3.0
|
||||
|
||||
locales:
|
||||
en : English
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue