403's with wget user-agent.<p><pre><code> pwillis@bobdobbs ~/ :) wget "http://translate.google.com/translate_tts?q=hello+hackers"
--10:11:36-- http://translate.google.com/translate_tts?q=hello+hackers
=> `translate_tts?q=hello+hackers.1'
Resolving translate.google.com... 74.125.91.100, 74.125.91.101, 74.125.91.102, ...
Connecting to translate.google.com|74.125.91.100|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
10:11:37 ERROR 403: Forbidden.
pwillis@bobdobbs ~/ :( wget -U "Lynx 1.2.3.4" "http://translate.google.com/translate_tts?q=hello+hackers"
--10:11:41-- http://translate.google.com/translate_tts?q=hello+hackers
=> `translate_tts?q=hello+hackers.1'
Resolving translate.google.com... 74.125.91.138, 74.125.91.139, 74.125.91.100, ...
Connecting to translate.google.com|74.125.91.138|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6,192 (6.0K) [audio/mpeg]
100%[====================================>] 6,192 --.--K/s
10:11:41 (103.07 KB/s) - `translate_tts?q=hello+hackers.1' saved [6192/6192]</code></pre>