mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +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
|
||||
|
||||
result = {
|
||||
'source': match[3],
|
||||
'source': match[3].replace('\\', ''),
|
||||
'artist': match[4],
|
||||
'thumbnail': f'https://f002.backblazeb2.com/file/kheinacom/{match[1]}.jpg',
|
||||
'similarity': str(similarity),
|
||||
|
|
Loading…
Reference in a new issue