youtube-pl
TypeScript icon, indicating that this package has built-in type declarations

2.1.2 • Public • Published

Youtube Playlist Downloader

Download you favorite playlist from youtube with this simple script. You can download the playlist in mp3 or mp4 format.

Youtube Playlist Downloader

You must use this module respecting the YouTube's Copyright Policies.

Requirements

Installation

1- Clone this repo

2- Change your youtube playlist url in src/index.ts file

3- Run the command

yarn && yarn dev

Module Usage

You can use this project in your project as a module.

yarn add youtube-pl

Example usage

import { Playlist } from "youtube-pl";

const playlistDownload = new Playlist(
  "YOUR PLAYLIST SLUG HERE",
  "mp4",
  "downloads"
);

playlistDownload.startPlaylistDownload();

Usage

1- Change your youtube playlist url in src/configs/index.ts file

2- Run the step 3 of the Installation section

3- You can find your files in the downloads folder

Settings

You can change the settings in the src/configs/index.ts file

License

Copyright MIT.

Special Thanks

  • Eomm

Package Sidebar

Install

npm i youtube-pl

Weekly Downloads

0

Version

2.1.2

License

MIT

Unpacked Size

16.8 kB

Total Files

24

Last publish

Collaborators

  • santosl2