ouhaoqiang

Results 1 issues of ouhaoqiang

是否可以给`Translate()`实例化时给`Request`的`proxy_urls`属性配置可选项? [所在代码行](https://github.com/viking-man/subtitles_translator/blob/main/subtitle/action.py#L97) 例如在命令行调用时: ``` shell subtitle -tl /your/video/file/path/file.mp4 --target-lang "zh" --proxy_url http://127.0.0.1:10809 subtitle -u /your/video/file/path/file.mp4 --target-lang "zh" --proxy_url http://127.0.0.1:10809 ```