Skip to content

Instantly share code, notes, and snippets.

@diem1
Last active August 5, 2016 12:56
Show Gist options
  • Save diem1/ae1d25f28b70acea0006 to your computer and use it in GitHub Desktop.
Save diem1/ae1d25f28b70acea0006 to your computer and use it in GitHub Desktop.
Скачати файл з URL
var fs = require('fs'),
request = require('request');
request.get('http://res.cloudinary.com/hyper1/video/upload/v1453822340/blame_khmv2j.mp3').on('error', function(err) {
// handle error
}).pipe(fs.createWriteStream('2.mp3'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment