mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 22:27:28 +00:00
Fix Kheina's URLs being malformed
This commit is contained in:
parent
c9fbcbb639
commit
3b26966e0a
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ async def query_kheina(url):
|
||||||
break
|
break
|
||||||
|
|
||||||
result = {
|
result = {
|
||||||
'source': match[3],
|
'source': match[3].replace('\\', ''),
|
||||||
'artist': match[4],
|
'artist': match[4],
|
||||||
'thumbnail': f'https://f002.backblazeb2.com/file/kheinacom/{match[1]}.jpg',
|
'thumbnail': f'https://f002.backblazeb2.com/file/kheinacom/{match[1]}.jpg',
|
||||||
'similarity': str(similarity),
|
'similarity': str(similarity),
|
||||||
|
|
Loading…
Reference in a new issue