Skip to content

Commit

Permalink
[fix] drop broken azlyrics XPath engine
Browse files Browse the repository at this point in the history
Unfortunately, azlyrics has a bot blocker that makes it impossible to implement
an XPath engine for it [1][2].

[1] #3302 (comment)
[2] #3280

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
  • Loading branch information
return42 committed Apr 27, 2024
1 parent 648f43b commit 11fdc2f
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions searx/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11fdc2f

Please sign in to comment.