Skip to content

Instantly share code, notes, and snippets.

@NathanFirmo
Created July 18, 2023 14:16
Show Gist options
  • Save NathanFirmo/474664d25573dedf585f1f0a964452b0 to your computer and use it in GitHub Desktop.
Save NathanFirmo/474664d25573dedf585f1f0a964452b0 to your computer and use it in GitHub Desktop.
YouTube downloader

CMD

yt-dlp --download-archive archive.txt --ignore-errors --format bestaudio --extract-audio --audio-format mp3 --audio-quality 160K --output "%(title)s.%(ext)s | %(uploader)s" --yes-playlist <playlist_url>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment