Skip to content

Latest commit

 

History

History
71 lines (43 loc) · 1.4 KB

README.md

File metadata and controls

71 lines (43 loc) · 1.4 KB

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