I'm translating a few dozen files with
trans -b -4 -e google --no-autocorrect -i "$file" ja:en -o ${file%.txt}.text
and any link in a file opens in the browser.
e.g. a file contains
https://m0d.go.jp/d>machida
it will open in the browser.
https://translate.google.com/translate?hl=en&sl=ja&tl=en&u=https://m0d%E2%80%A6go.jp/d>machida
This got my ip blocked for suspicious automated activity. Almost every file had links to the site. (different link than example)
How can I stop this?
I'm translating a few dozen files with
trans -b -4 -e google --no-autocorrect -i "$file" ja:en -o ${file%.txt}.textand any link in a file opens in the browser.
e.g. a file contains
https://m0d.go.jp/d>machidait will open in the browser.
https://translate.google.com/translate?hl=en&sl=ja&tl=en&u=https://m0d%E2%80%A6go.jp/d>machidaThis got my ip blocked for suspicious automated activity. Almost every file had links to the site. (different link than example)
How can I stop this?