2.2.5 • Published 10 months ago

node-yt-dl v2.2.5

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Installation ⚙️

npm install node-yt-dl

Search Content 🔎

const ytdl = require("node-yt-dl");
(async() => {
await ytdl.search("Drunk text").then((result) =>  {
   console.log(result)
}).catch((error) => {
   console.log(error)
  })
})()

Download Mp4 🎦

const ytdl = require("node-yt-dl");
(async() => {
await ytdl.mp4("https://youtu.be/OqEc_169ywY").then((result) =>  {
   console.log(result)
}).catch((error) => {
   console.log(error)
  })
})()

Download Mp3 🎧

const ytdl = require("node-yt-dl");
(async() => {
await ytdl.mp3("https://youtu.be/OqEc_169ywY").then((result) =>  {
   console.log(result)
}).catch((error) => {
   console.log(error)
  })
})()
2.2.1

10 months ago

2.2.0

10 months ago

2.2.3

10 months ago

2.2.2

10 months ago

2.2.5

10 months ago

2.2.4

10 months ago

2.1.9

11 months ago

2.1.8

11 months ago

2.1.7

11 months ago

2.1.6

11 months ago

2.1.5

11 months ago

2.1.4

11 months ago

2.1.3

11 months ago

2.1.2

11 months ago

2.1.1

11 months ago

2.1.0

11 months ago

2.0.1

11 months ago