πΉ Download YouTube playlists for safekeeping.
- macOS
brew tap strafe/tap
brew install playlist-dl
- Linux
- You know what you're doing π§.
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: playlist-dl [OPTIONS] <playlist_file>
Download YouTube playlists for safekeeping.
Options:
-h, --help Output this message.
-v, --version Output the current version.