loader image

Reply To: Music Download Spotify/Youtube [Linux]

What makes us different from other similar websites? Forums Tech Music Download Spotify/Youtube [Linux] Reply To: Music Download Spotify/Youtube [Linux]

#8457
thumbtak
Moderator

YouTube Music Download

Note: Make sure to change USERNAME and PLAYLIST_HERE in the second command.

$ mkdir -p ~/Downloads/mp3

$ yt-dlp -x --audio-format mp3 \ --audio-quality 0 \ --embed-thumbnail --add-metadata \ -o "/home/USERNAME/Downloads/mp3/%(playlist_index)s - %(title)s.%(ext)s" \ "PLAYLIST_HERE"
  • This reply was modified 2 weeks, 6 days ago by thumbtak.
TAKs Shack