mirror of
https://github.com/searxng/searxng.git
synced 2024-11-20 03:10:10 +01:00
[fix] remove disabled: false from engine definitions in settings.yml
* setting disabled: false is not needed, since it is by default enabled
This commit is contained in:
parent
51c531d450
commit
65d8b1a310
@ -626,7 +626,6 @@ engines:
|
|||||||
first_page_num: 1
|
first_page_num: 1
|
||||||
shortcut: et
|
shortcut: et
|
||||||
categories: [dictionaries]
|
categories: [dictionaries]
|
||||||
disabled: false
|
|
||||||
about:
|
about:
|
||||||
website: https://www.etymonline.com/
|
website: https://www.etymonline.com/
|
||||||
wikidata_id: Q1188617
|
wikidata_id: Q1188617
|
||||||
@ -1204,7 +1203,6 @@ engines:
|
|||||||
engine: qwant
|
engine: qwant
|
||||||
shortcut: qw
|
shortcut: qw
|
||||||
categories: [general, web]
|
categories: [general, web]
|
||||||
disabled: false
|
|
||||||
additional_tests:
|
additional_tests:
|
||||||
rosebud: *test_rosebud
|
rosebud: *test_rosebud
|
||||||
|
|
||||||
@ -1213,7 +1211,6 @@ engines:
|
|||||||
engine: qwant
|
engine: qwant
|
||||||
shortcut: qwn
|
shortcut: qwn
|
||||||
categories: news
|
categories: news
|
||||||
disabled: false
|
|
||||||
network: qwant
|
network: qwant
|
||||||
|
|
||||||
- name: qwant images
|
- name: qwant images
|
||||||
@ -1221,7 +1218,6 @@ engines:
|
|||||||
engine: qwant
|
engine: qwant
|
||||||
shortcut: qwi
|
shortcut: qwi
|
||||||
categories: [images, web]
|
categories: [images, web]
|
||||||
disabled: false
|
|
||||||
network: qwant
|
network: qwant
|
||||||
|
|
||||||
- name: qwant videos
|
- name: qwant videos
|
||||||
@ -1229,7 +1225,6 @@ engines:
|
|||||||
engine: qwant
|
engine: qwant
|
||||||
shortcut: qwv
|
shortcut: qwv
|
||||||
categories: [videos, web]
|
categories: [videos, web]
|
||||||
disabled: false
|
|
||||||
network: qwant
|
network: qwant
|
||||||
|
|
||||||
# - name: library
|
# - name: library
|
||||||
@ -1369,7 +1364,6 @@ engines:
|
|||||||
engine: solidtorrents
|
engine: solidtorrents
|
||||||
shortcut: solid
|
shortcut: solid
|
||||||
timeout: 4.0
|
timeout: 4.0
|
||||||
disabled: false
|
|
||||||
base_url:
|
base_url:
|
||||||
- https://solidtorrents.net
|
- https://solidtorrents.net
|
||||||
- https://solidtorrents.eu
|
- https://solidtorrents.eu
|
||||||
@ -1394,7 +1388,6 @@ engines:
|
|||||||
# FROM film
|
# FROM film
|
||||||
# WHERE title LIKE :wildcard OR description LIKE :wildcard
|
# WHERE title LIKE :wildcard OR description LIKE :wildcard
|
||||||
# ORDER BY duration DESC
|
# ORDER BY duration DESC
|
||||||
# disabled: false
|
|
||||||
|
|
||||||
# Requires Tor
|
# Requires Tor
|
||||||
- name: torch
|
- name: torch
|
||||||
@ -1570,7 +1563,6 @@ engines:
|
|||||||
base_url: "https://{language}.wiktionary.org/"
|
base_url: "https://{language}.wiktionary.org/"
|
||||||
number_of_results: 5
|
number_of_results: 5
|
||||||
search_type: text
|
search_type: text
|
||||||
disabled: false
|
|
||||||
about:
|
about:
|
||||||
website: https://www.wiktionary.org/
|
website: https://www.wiktionary.org/
|
||||||
wikidata_id: Q151
|
wikidata_id: Q151
|
||||||
@ -1620,7 +1612,6 @@ engines:
|
|||||||
engine: translated
|
engine: translated
|
||||||
shortcut: tl
|
shortcut: tl
|
||||||
timeout: 5.0
|
timeout: 5.0
|
||||||
disabled: false
|
|
||||||
# You can use without an API key, but you are limited to 1000 words/day
|
# You can use without an API key, but you are limited to 1000 words/day
|
||||||
# See: https://mymemory.translated.net/doc/usagelimits.php
|
# See: https://mymemory.translated.net/doc/usagelimits.php
|
||||||
# api_key: ''
|
# api_key: ''
|
||||||
@ -1761,7 +1752,6 @@ engines:
|
|||||||
base_url: https://www.wordnik.com/
|
base_url: https://www.wordnik.com/
|
||||||
categories: [dictionaries]
|
categories: [dictionaries]
|
||||||
timeout: 5.0
|
timeout: 5.0
|
||||||
disabled: false
|
|
||||||
|
|
||||||
- name: woxikon.de synonyme
|
- name: woxikon.de synonyme
|
||||||
engine: xpath
|
engine: xpath
|
||||||
|
Loading…
Reference in New Issue
Block a user