0.0.11 • Published 2 months ago

@nechlophomeriaa/ytdl v0.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

Installation

> npm i @nechlophomeriaa/ytdl

Usage

const { ytmp3, ytmp3v2, ytmp4, ytmp4v2 } = require("@nechlophomeriaa/ytdl")

Version 2

Use ytmp3v2 and ytmp4v2 if first version not works

Example Audio Downloader

;async () => {
  const yt = await ytmp3("https://youtu.be/R95ILhksGt8")
  console.log(yt)
}

Example Video Downloader

/**
* @param { String } url
* @param { String | Number } quality
*/

;async () => {
  const yt = await ytmp4("https://youtu.be/R95ILhksGt8", 1080) //If quality is undefined, it will resolve with 360p quality
  console.log(yt)
}
0.0.11

2 months ago

0.0.10

3 months ago

0.0.9

4 months ago

0.0.8

4 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago