loader image

Music Download Spotify/Youtube [Linux]

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8196
    thumbtak
    Moderator
    $ python3 -m venv my_project_venv
    $ source my_project_venv/bin/activate
    $ pip install spotdl
    $ mkdir mp3
    $ cd mp3
    $ spotdl [LINK]
    $ cd ..
    $ rm -rfv my_project_venv
    • This topic was modified 9 months, 1 week ago by thumbtak. Reason: Added "$ cd mp3"
    • This topic was modified 5 months, 2 weeks ago by thumbtak. Reason: python changed to python3
    #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 months, 2 weeks ago by thumbtak.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
TAKs Shack