1.3.0 • Published 4 months ago

plyt-fd v1.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

youtube-playlist-downloader

Overview

A Node.js package to easily download YouTube playlists.

Installation

npm install plyt-fd
const { downloadPlaylist } = require("plyt-fd");

// Example for downloading playlist
const playlistUrl = "<YOUR_PLAYLIST_URL>";
const outputDirectory = "<PLAYLIST_DIR_PATH>";

downloadPlaylist(playlistUrl, outputDirectory);
1.3.0

4 months ago

1.2.0

4 months ago