feat(searxng-settings): drop unsupported engines
This commit is contained in:
parent
a90e294c60
commit
f2c51420da
|
@ -1071,25 +1071,6 @@ engines:
|
||||||
require_api_key: false
|
require_api_key: false
|
||||||
results: HTML
|
results: HTML
|
||||||
|
|
||||||
- name: azlyrics
|
|
||||||
shortcut: lyrics
|
|
||||||
engine: xpath
|
|
||||||
timeout: 4.0
|
|
||||||
disabled: true
|
|
||||||
categories: [music, lyrics]
|
|
||||||
paging: true
|
|
||||||
search_url: https://search.azlyrics.com/search.php?q={query}&w=lyrics&p={pageno}
|
|
||||||
url_xpath: //td[@class="text-left visitedlyr"]/a/@href
|
|
||||||
title_xpath: //span/b/text()
|
|
||||||
content_xpath: //td[@class="text-left visitedlyr"]/a/small
|
|
||||||
about:
|
|
||||||
website: https://azlyrics.com
|
|
||||||
wikidata_id: Q66372542
|
|
||||||
official_api_documentation:
|
|
||||||
use_official_api: false
|
|
||||||
require_api_key: false
|
|
||||||
results: HTML
|
|
||||||
|
|
||||||
- name: mastodon users
|
- name: mastodon users
|
||||||
engine: mastodon
|
engine: mastodon
|
||||||
mastodon_type: accounts
|
mastodon_type: accounts
|
||||||
|
@ -1569,11 +1550,6 @@ engines:
|
||||||
shortcut: scc
|
shortcut: scc
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
- name: framalibre
|
|
||||||
engine: framalibre
|
|
||||||
shortcut: frl
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
# - name: searx
|
# - name: searx
|
||||||
# engine: searx_engine
|
# engine: searx_engine
|
||||||
# shortcut: se
|
# shortcut: se
|
||||||
|
|
Loading…
Reference in New Issue