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',
|
||||
fields={
|
||||
'q': artist + ' ' + title + ' site:genius.com',
|
||||
'engines': 'yahoo',
|
||||
'engines': 'brave',
|
||||
'safesearch': '0',
|
||||
'format': 'json',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue