1.3.0 • Published 2 years ago

plyt-fd v1.3.0

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

2 years ago

1.2.0

2 years ago