diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2024-04-27 18:35:57 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-04-27 18:43:14 +0200 |
commit | 11fdc2f56ad7947de836dbe7e9b1b65dc6a8f33c (patch) | |
tree | 1e9586deb01c4667c975c6ab1d24eaa130f74546 /searx/settings.yml | |
parent | 648f43be1d7f5be6df18dead89cf85febfecf9d4 (diff) | |
download | searxng-11fdc2f56ad7947de836dbe7e9b1b65dc6a8f33c.tar.gz searxng-11fdc2f56ad7947de836dbe7e9b1b65dc6a8f33c.zip |
[fix] drop broken azlyrics XPath engine
Unfortunately, azlyrics has a bot blocker that makes it impossible to implement
an XPath engine for it [1][2].
[1] https://github.com/searxng/searxng/pull/3302#issuecomment-2013529271
[2] https://github.com/searxng/searxng/issues/3280
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 6b169a86e..2226cd6f8 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1082,25 +1082,6 @@ engines: require_api_key: false 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 engine: mastodon mastodon_type: accounts |