XUnity.AutoTranslator
XUnity.AutoTranslator copied to clipboard
Fixes 404 error when calling GetClientState
Fixes #431
Looks like deepl changed the call for getClientState for their web client. The old url does not seem to work anymore and inspecting the website, the url seems to be different.
The pull request above changes the url being used as well as the method of the request to fix the problem. Verified working on 2 instances, though further test/checking might be required to confirm the fix.