Open ghost opened 3 months ago
The proxy specified in argument -x HOST:PORT do not take effect for Text-to-Speech.
-x HOST:PORT
trans -x HOST:PORT -sp :zh translate
It can be resolved simply by set environment variable HTTP_PROXY.
HTTP_PROXY
env HTTP_PROXY=http://HOST:PORT trans -x HOST:PORT -sp :zh translate
Thanks for this awesome tool!
The proxy specified in argument
-x HOST:PORT
do not take effect for Text-to-Speech.It can be resolved simply by set environment variable
HTTP_PROXY
.Thanks for this awesome tool!