I use the following:
Code: Select all
wget -U chrome -O test.jpg http://images.google.com/images?q=hotdog\&as_filetype=jpgCan any one help?
This is the log from one of my tries:
Code: Select all
--2014-11-15 20:14:12-- http://images.google.com/images?q=hotdog&as_filetype=jpg
Resolving images.google.com (images.google.com)... 212.10.212.121, 212.10.212.123, 212.10.212.79, ...
Connecting to images.google.com (images.google.com)|212.10.212.121|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://images.google.com/images?q=hotdog&tbm=isch&tbs=ift:jpg [following]
--2014-11-15 20:14:13-- http://images.google.com/images?q=hotdog&tbm=isch&tbs=ift:jpg
Reusing existing connection to images.google.com:80.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘test.jpg’
[ <=> ] 38,782 112KB/s in 0.3s
2014-11-15 20:14:13 (112 KB/s) - ‘test.jpg’ saved [38782]