mirror of https://github.com/searxng/searxng.git
Merge pull request #602 from return42/fix-600
[fix] move engines gpodder and AZlyrics into category music
This commit is contained in:
commit
6bb6f7ffc1
|
@ -707,7 +707,7 @@ engines:
|
||||||
title_query: title
|
title_query: title
|
||||||
content_query: description
|
content_query: description
|
||||||
page_size: 19
|
page_size: 19
|
||||||
categories: social media, files, general
|
categories: music
|
||||||
disabled: true
|
disabled: true
|
||||||
about:
|
about:
|
||||||
website: https://gpodder.net
|
website: https://gpodder.net
|
||||||
|
@ -859,7 +859,7 @@ engines:
|
||||||
engine: xpath
|
engine: xpath
|
||||||
timeout: 4.0
|
timeout: 4.0
|
||||||
disabled: true
|
disabled: true
|
||||||
categories: general
|
categories: music
|
||||||
paging: true
|
paging: true
|
||||||
search_url: https://search.azlyrics.com/search.php?q={query}&w=lyrics&p={pageno}
|
search_url: https://search.azlyrics.com/search.php?q={query}&w=lyrics&p={pageno}
|
||||||
url_xpath: //td[@class="text-left visitedlyr"]/a/@href
|
url_xpath: //td[@class="text-left visitedlyr"]/a/@href
|
||||||
|
|
Loading…
Reference in New Issue