We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage data from myanimelist.net
Search anime: https://myanimelist.net/search/prefix.json?type=all&keyword=${keyword}&v=1 Get info episodes: https://api.jikan.moe/v4/anime/${id anime}/episodes Translate title episodes:
fetch("https://translate.google.it/translate_a/single", { "referrerPolicy": "strict-origin-when-cross-origin", "body": "client=gtx&dt=t&dt=bd&dj=1&source=input&q=${text}&sl=${from}&tl=${to}&hl=en", "method": "POST", "mode": "cors", "credentials": "include" });
{ "sentences": [ { "trans": "${output line 1}", "orig": "${source line 1}", "backend": 3, "model_specification": [ {} ], "translation_engine_debug_info": [ { "model_tracking": { "checkpoint_md5": "f814b0a94dca425c3f2480666680aa4f", "launch_doc": "vi_en_2021q1.md" } }, { "has_untranslatable_chunk": true } ] } ], "src": "${source lang}", "spell": {} }
The text was updated successfully, but these errors were encountered:
tachibana-shin
Successfully merging a pull request may close this issue.
Usage data from myanimelist.net
Search anime: https://myanimelist.net/search/prefix.json?type=all&keyword=${keyword}&v=1
Get info episodes: https://api.jikan.moe/v4/anime/${id anime}/episodes
Translate title episodes:
The text was updated successfully, but these errors were encountered: