Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 710 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 710 Bytes

##youtube-playlist-Downloader

This utility it's a fork of youtube-dl allows you to download all the videos from a playlist on Youtube. It creates a folder in the current directory (or in the specified path) named after the playlist name and then downloads each video in order and places it within the folder. ###Usage: youtube-dl-playlist PLAYLIST_ID [DESTINATION_PATH]

###To install:

  1. Download the file youtube-dl-playlist and place it in /usr/local/bin.
  2. Make sure it has execute permissions: chmod /usr/local/bin/youtube-dl-playlist
  3. Install youtube-dl by placing its downloaded file in /usr/local/bin as well. It must also have execute permissions.
  4. Enjoy