Код:
wget --user-agent="Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1)" --save-cookies cookies.txt http://translate.google.com/translate?u=http://www.hello-world.com/&langpair=en|ru
Кажется, тебя на Гугле забанили
Потому что у меня всё качает :
Код:
C:\Program Files\Wget>//translate.google.com/translate?u=http://www.hello-world.com/&langpair=en|ru
--08:14:18-- http://translate.google.com/translate?u=http://www.hello-world.com/
=> `translate@u=http%3A%2F%2Fwww.hello-world.com%2F'
Resolving translate.google.com... 74.125.87.100, 74.125.87.101
Connecting to translate.google.com|74.125.87.100|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
[ <=> ] 757 --.--K/s
08:14:18 (7.47 MB/s) - `translate@u=http%3A%2F%2Fwww.hello-world.com%2F' saved [757]
"langpair" не является внутренней или внешней
командой, исполняемой программой или пакетным файлом.
C:\Program Files\Wget>
Обрати внимание на ругань с
langpair. Вероятно, какие-то символы в твоей командной строке нужно экранировать.
Создаётся файл
translate@u=http%3A%2F%2Fwww.hello-world.com%2F следующего содержимого :
Код:
<html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><meta name="google" content="notranslate"><title>Google Translate</title></head><frameset rows="65,*" frameborder=1 framespacing=0 cols="*"><frame src="/translate_n?hl=en&u=http://www.hello-world.com/" name=n scrolling=no noresize marginwidth=0 marginheight=0><frame src="/translate_p?hl=en&u=http://www.hello-world.com/&usg=ALkJrhgltZjr9jxm-GncOVl8km1cpqycyw" name=c><noframes><script><!--document.location="/translate_p?hl=en&u=http://www.hello-world.com/&usg=ALkJrhgltZjr9jxm-GncOVl8km1cpqycyw";--></script><a href="/translate_p?hl=en&u=http://www.hello-world.com/&usg=ALkJrhgltZjr9jxm-GncOVl8km1cpqycyw">Translate</a></noframes></frameset></html>