1.1.2 • Published 1 year ago

youtube-music-dl v1.1.2

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
1 year 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

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago