Lyrics: change search engine for more relevant results
This commit is contained in:
parent
df242e833f
commit
0cbb9d424e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ def search(title: str, artist: str) -> str:
|
||||||
'https://searx.dc09.ru/search',
|
'https://searx.dc09.ru/search',
|
||||||
fields={
|
fields={
|
||||||
'q': artist + ' ' + title + ' site:genius.com',
|
'q': artist + ' ' + title + ' site:genius.com',
|
||||||
'engines': 'yahoo',
|
'engines': 'brave',
|
||||||
'safesearch': '0',
|
'safesearch': '0',
|
||||||
'format': 'json',
|
'format': 'json',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue