google-translate-api
google-translate-api copied to clipboard
Url confirmation
Hi,
I am porting this lib into JAVA. However, I need to confirm the final url because it is failing with 403 err. Please confirm following url format for q="hello":
https://translate.google.com/translate_a/single?client=t&dt=at&dt=bd&dt=ex&dt=ld&dt=md&dt=qca&dt=rw&dt=rm&dt=ss&dt=t&ie=UTF-8&oe=UTF-8&otf=1&ssel=0&tsel=0&kc=7&sl=en&tl=bn&hl=bn&q=hello&tk=29979.29979
This library is using an invalid token. Try porting from https://github.com/vitalets/google-translate-api (which has fixed this issue and others) instead, or at least fix your port using ported fixes from that repo.