youtube-to icon indicating copy to clipboard operation
youtube-to copied to clipboard

Cannot save to mp4 file

Open mustafacabirbodur opened this issue 7 years ago • 2 comments

I try to save a video as mp4 file. It can't download.

mustafacabirbodur avatar Sep 22 '17 12:09 mustafacabirbodur

Can you be more specific? A code example would be helpful.

kivancguckiran avatar Sep 22 '17 12:09 kivancguckiran

I ran this code then it couldn't save mp4 file. Output was 0 bytes.

youto( 'https://www.youtube.com/watch?v=OOjO2xwFjiY' , fs.createWriteStream( 'test.mp4' ) , 'mp4' );

mustafacabirbodur avatar Sep 22 '17 12:09 mustafacabirbodur