how to download an image from Zombie.js

109 views
Skip to first unread message

Kishore Relangi

unread,
Apr 15, 2014, 11:35:47 PM4/15/14
to zomb...@googlegroups.com

534ndy

unread,
Jan 29, 2016, 3:24:01 AM1/29/16
to zombie.js
I did this, but the image is not broken, like on the attachment.

browser.visit(url,function(){
var body=browser.response.body;

var buffer=new Buffer(body,'binary');

fs.writeFile('logo.jpg',buffer,function(err){
if (err) throw err
console.log('File saved.');
});
});

Anyone please?

On Wednesday, April 16, 2014 at 10:35:47 AM UTC+7, Kishore Relangi wrote:

logo.jpg
Reply all
Reply to author
Forward
0 new messages