mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Update imdb_search.py
Signed-off-by: Yasir Aris M <git@yasir.id>
This commit is contained in:
parent
15a216f83e
commit
f61776fb53
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ async def libretranslate(text, source="auto", target="id"):
|
||||||
"format": "text",
|
"format": "text",
|
||||||
"alternatives": 3
|
"alternatives": 3
|
||||||
}
|
}
|
||||||
response = await fetch.post(url, json=payload)
|
response = await fetch.post("https://translate.yasirweb.eu.org/translate", json=payload)
|
||||||
return response.json()["translatedText"]
|
return response.json()["translatedText"]
|
||||||
|
|
||||||
# IMDB Choose Language
|
# IMDB Choose Language
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue