1.1.1 • Published 11 months ago
@selxyzz/youtube-dl v1.1.1
@selxyz/youtube-dl
- @selxyz/youtube-dl adalah sebuah module yang menawarkan Untuk bisa mendownload video youtube.
Install Module
$ npm install @selxyz/youtube-dl- Penggunaan Module
(async () => {
const { youtubedl } = require('@selxyz/youtube-dl')
const data = await youtubedl('https://youtu.be/Di6ovKClY00?si=VzoNBLd1oFXA6Xfv')
console.log(data)
})()