tonistiigi / mega

THIS REPO IS NOT MAINTAINED. Unofficial Node.js SDK for Mega
http://tonistiigi.github.com/mega
117 stars 33 forks source link

Download doesn't work #6

Closed ddavid67 closed 11 years ago

ddavid67 commented 11 years ago

Hi.

With node v0.10.2 :

var mega = require('mega') var fs = require('fs')

var file = mega.file('mp3 link file');

file.download().pipe(fs.createWriteStream('myfile.mp3'));

The MP3 file is corrupt. I cant listen it.

tonistiigi commented 11 years ago

Thanks for reporting but most importantly, please do not use any of my code for anything related to piracy. I'm quite sure you don't have the rights to the file that is included in your code sample. Please remove it (file+link) and avoid doing it in the future.

tonistiigi commented 11 years ago

For the bug, it should be fixed now.