### @selxyz/youtube-dl
- @selxyz/youtube-dl adalah sebuah module yang menawarkan Untuk bisa mendownload video youtube. 

# Install Module
```bash
$ npm install @selxyz/youtube-dl
```

- Penggunaan Module
```js
(async () => {
const { youtubedl } = require('@selxyz/youtube-dl')
const data = await youtubedl('https://youtu.be/Di6ovKClY00?si=VzoNBLd1oFXA6Xfv')
console.log(data)
})()
```
---

# Contributors
[`Selxyz`](https://wa.me/6282181938329) 

---
