2.2.5 • Published 12 months ago

node-yt-dl v2.2.5

Weekly downloads
-
License
MIT
Repository
-
Last release
12 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

1 year ago

2.2.0

1 year ago

2.2.3

1 year ago

2.2.2

1 year ago

2.2.5

12 months ago

2.2.4

1 year ago

2.1.9

1 year ago

2.1.8

1 year ago

2.1.7

1 year ago

2.1.6

1 year ago

2.1.5

1 year ago

2.1.4

1 year ago

2.1.3

1 year ago

2.1.2

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.1

1 year ago