xnil6x-ytdl
v1.0.4
Published
A Node.js package to download YouTube videos and upload them to Cloudinary.
Maintainers
Readme
ytdl
A Node.js package to download YouTube videos and upload them to Cloudinary.
Installation
const uploadYoutubeVideo = require('xnil6x-ytdl');
(async () => {
const result = await uploadYoutubeVideo('https://www.youtube.com/watch?v=example');
console.log(result);
})();