ItsPi3141 / yt-music-dl

0 stars 0 forks source link

YouTube Music Downloader

Self-explainatory title

Installation

npm install youtube-music-dl

Usage

import ytMusicDl from "youtube-music-dl";

ytMusicDl("dQw4w9WgXcQ", { saveMetadata: true, showLogs: true }).then(
    (data) => {
        const buffer = Buffer.from(data);
        fs.writeFileSync("test.mp3", buffer);
    }
);

Credits

Huge thanks to