youtube-to
youtube-to copied to clipboard
Cannot save to mp4 file
I try to save a video as mp4 file. It can't download.
Can you be more specific? A code example would be helpful.
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' );