1.1.2 • Published 5 months ago

youtube-music-dl v1.1.2

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
5 months ago

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

1.1.2

5 months ago

1.1.1

5 months ago

1.1.0

5 months ago

1.0.0

5 months ago