Skip to content

Instantly share code, notes, and snippets.

@moltony
Last active April 4, 2024 12:47
Show Gist options
  • Select an option

  • Save moltony/034a16d97a829550b84d7368bb25c603 to your computer and use it in GitHub Desktop.

Select an option

Save moltony/034a16d97a829550b84d7368bb25c603 to your computer and use it in GitHub Desktop.
YouTube Music Playlist Downloader
#!/usr/bin/env bash
# replace YOUR_PLAYLIST_ID with the actual playlist ID
yt-dlp -i YOUR_PLAYLIST_ID --download-archive archive.txt -f bestaudio --progress

YouTube Music Playlist Downloader

Script for downloading a music playlist from YouTube. You will need yt-dlp installed on your computer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment