Skip to content

A Python CLI app for downloading songs/music videos/albums/playlists directly from Spotify.

Notifications You must be signed in to change notification settings

clabs-public-forks/spotify-web-downloader

 
 

Repository files navigation

Spotify Web Downloader

A Python CLI app for downloading songs/music videos/albums/playlists directly from Spotify.

[Note: this is a downstream fork of glomatico/spotify-web-downloader, with Docker support added for personal use.]

Docker support

spotify-web-downloader can also be built and automatically ran in a Docker container.

Requirements:

  • Copy your cookies.txt file to: ./docker/cookies.txt

  • Copy the list of Spotify URLs that you want to download to: ./docker/urls.txt

  • In a terminal, run:

cd spotify-web-downloader

docker compose up

Your files will be downloaded to: ./docker/downloads

Demo:

Demo Gif

About

A Python CLI app for downloading songs/music videos/albums/playlists directly from Spotify.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Dockerfile 0.8%