Skip to content

Commit cd567d9

Browse files
committed
Updated search engine settings
1 parent 4f86ab6 commit cd567d9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

searx/settings.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ engines:
223223
engine : wikipedia
224224
shortcut : wp
225225
base_url : 'https://{language}.wikipedia.org/'
226+
disabled : True
226227

227228
#The fulltext and title parameter is necessary for Wikimini because sometimes it will not show the results and redirect instead
228229
- name: wikimini
@@ -347,7 +348,6 @@ engines:
347348
engine : duckduckgo_definitions
348349
shortcut : ddd
349350
weight : 2
350-
disabled : True
351351
tests: *tests_infobox
352352

353353
# cloudflare protected
@@ -578,12 +578,14 @@ engines:
578578
engine : google
579579
shortcut : go
580580
use_mobile_ui: false
581+
disabled : True
581582
# additional_tests:
582583
# android: *test_android
583584

584585
- name : google images
585586
engine : google_images
586587
shortcut : goi
588+
disabled : True
587589
# additional_tests:
588590
# android: *test_android
589591
# dali:
@@ -596,18 +598,21 @@ engines:
596598
- name : google news
597599
engine : google_news
598600
shortcut : gon
601+
disabled : True
599602
# additional_tests:
600603
# android: *test_android
601604

602605
- name : google videos
603606
engine : google_videos
604607
shortcut : gov
608+
disabled : True
605609
# additional_tests:
606610
# android: *test_android
607611

608612
- name : google scholar
609613
engine : google_scholar
610614
shortcut : gos
615+
disabled : True
611616

612617
- name : google play apps
613618
engine : xpath
@@ -1112,6 +1117,7 @@ engines:
11121117
- name : soundcloud
11131118
engine : soundcloud
11141119
shortcut : sc
1120+
disabled : True
11151121

11161122
- name: stackoverflow
11171123
engine: stackexchange
@@ -1259,28 +1265,21 @@ engines:
12591265
- name : yahoo
12601266
engine : yahoo
12611267
shortcut : yh
1262-
disabled : True
12631268

12641269
- name : yahoo news
12651270
engine : yahoo_news
12661271
shortcut : yhn
12671272

12681273
- name : youtube
12691274
shortcut : yt
1275+
disabled : True
12701276
# You can use the engine using the official stable API, but you need an API key
12711277
# See : https://console.developers.google.com/project
12721278
# engine : youtube_api
12731279
# api_key: 'apikey' # required!
12741280
# Or you can use the html non-stable engine, activated by default
12751281
engine : youtube_noapi
12761282

1277-
- name : yggtorrent
1278-
engine : yggtorrent
1279-
shortcut : ygg
1280-
url: https://www4.yggtorrent.li/
1281-
disabled : True
1282-
timeout : 4.0
1283-
12841283
- name : dailymotion
12851284
engine : dailymotion
12861285
shortcut : dm
@@ -1399,6 +1398,7 @@ engines:
13991398
- name : dictzone
14001399
engine : dictzone
14011400
shortcut : dc
1401+
disabled : True
14021402

14031403
- name : mymemory translated
14041404
engine : translated
@@ -1446,7 +1446,6 @@ engines:
14461446
suggestion_xpath : /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
14471447
first_page_num : 0
14481448
page_size : 10
1449-
disabled : True
14501449
about:
14511450
website: https://www.mojeek.com/
14521451
wikidata_id: Q60747299
@@ -1660,6 +1659,7 @@ engines:
16601659
shortcut: brave
16611660
engine: xpath
16621661
paging: true
1662+
disabled : True
16631663
first_page_num: 0
16641664
search_url: https://search.brave.com/search?q={query}&offset={pageno}&spellcheck=1
16651665
url_xpath: //a[@class="result-header"]/@href

0 commit comments

Comments
 (0)