Skip to the content.
Logo

Features

Prequirement

You’ll need a Deezer ARL token. To Obtain your Arl TokenL

  1. login to https://www.deezer.com/
  2. F12 → Application → Cookies → “https://www.deezer.com/” → the cookie named “arl”
  3. copy the value and write it in the .env file

Installation

  1. Pull the Docker image:
     docker pull ghcr.io/tal-sitton/album-downloader:latest
    
  2. Create a .env file based on the .env.example file and fill in the required environment variables:
     cp .env.example .env
    
  3. Start the Docker container: using docker compose:
     docker-compose up
    

    or using docker run:

     docker run -d --env-file .env -p 80:80 ghcr.io/tal-sitton/album-downloader:latest
    

Usage

Screenshots

Select Album Select Album

API Endpoints

Environment Variables