strafe / playlist-dl

πŸ“Ή Download YouTube playlists for safekeeping

Home Page:https://www.youtube.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

playlist-dl

πŸ“Ή Download YouTube playlists for safekeeping.

Dependencies

Installation

  • macOS
brew tap strafe/tap
brew install playlist-dl
  • Linux
    • You know what you're doing 🐧.

Configuration

Create a JSON file containing the playlists you'd like to download. An example of the format can be seen in playlists.json.example. Playlists will be stored in the same directory as this file.

β”œβ”€β”€ playlists.json
β”œβ”€β”€ playlist1/
β”‚   β”œβ”€β”€ video1.mp4
β”‚   └── video2.mp4
└── playlist2/
    β”œβ”€β”€ video3.mp4
    └── video4.mp4

Usage

Usage: playlist-dl [OPTIONS] <playlist_file>
Download YouTube playlists for safekeeping.

Options:
    -h, --help      Output this message.
    -v, --version   Output the current version.

License

MIT

About

πŸ“Ή Download YouTube playlists for safekeeping

https://www.youtube.com

License:MIT License


Languages

Language:Shell 100.0%