1
0
Fork 0
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:
Myned 2019-10-19 13:09:55 -04:00
parent c9fbcbb639
commit 3b26966e0a
No known key found for this signature in database
GPG key ID: BC58C09870A63E59

View file

@ -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),