Skip to content

Commit

Permalink
[enh] Add azlyrics.com
Browse files Browse the repository at this point in the history
  • Loading branch information
allendema committed Aug 30, 2021
1 parent 968b289 commit 8b6d5a0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions searx/settings.yml
Expand Up @@ -741,6 +741,23 @@ engines:
require_api_key: false
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
engine : loc
shortcut : loc
Expand Down

0 comments on commit 8b6d5a0

Please sign in to comment.