soimort / translate-shell

:speech_balloon: Command-line translator using Google Translate, Bing Translator, Yandex.Translate, etc.
https://www.soimort.org/translate-shell
The Unlicense
6.83k stars 387 forks source link

Options -no-translate and -download-audio-as result in a error #481

Closed Driglu4it closed 1 year ago

Driglu4it commented 1 year ago

trans en:ru "test" -brief -no-translate -download-audio-as trans.mp3 give this error: mv: cannot stat '/translate_tts?ie=UTF-8&client=gtx&tl=en&q=%74%65%73%74': No such file or directory

Early it work.

How can I download original text TTS without translations?

Thanks.

soimort commented 1 year ago

Thanks for reporting. It's a regression bug, should be fixed in the develop branch now.

Driglu4it commented 1 year ago

Thank you for efficiency!