2.1.2 • Published 2 years ago

youtube-pl v2.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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
2.1.2

2 years ago

2.0.2

2 years ago

2.0.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago