mirror of
https://github.com/searx/searx
synced 2025-02-01 10:46:47 +01:00
[enh] Add azlyrics.com
Upstream example query: https://search.azlyrics.com/search.php?q=The+verbal+acupunture&w=lyrics&p=1
This commit is contained in:
parent
968b289915
commit
8b6d5a0e5b
@ -741,6 +741,23 @@ 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 : general
|
||||||
|
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
|
||||||
|
use_official_api: false
|
||||||
|
require_api_key: false
|
||||||
|
results: HTML
|
||||||
|
|
||||||
- name : library of congress
|
- name : library of congress
|
||||||
engine : loc
|
engine : loc
|
||||||
shortcut : loc
|
shortcut : loc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user