2.2.5 • Published 2 years ago

node-yt-dl v2.2.5

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

2 years ago

2.2.0

2 years ago

2.2.3

2 years ago

2.2.2

2 years ago

2.2.5

2 years ago

2.2.4

2 years ago

2.1.9

2 years ago

2.1.8

2 years ago

2.1.7

2 years ago

2.1.6

2 years ago

2.1.5

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago