Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use docker image? #108

Closed
javi242 opened this issue Mar 10, 2024 · 2 comments
Closed

How to use docker image? #108

javi242 opened this issue Mar 10, 2024 · 2 comments

Comments

@javi242
Copy link

javi242 commented Mar 10, 2024

Hi, I installed docker on my Mac, then executed:

docker pull kmille2/deezer-downloader

and then:

mkdir downloads
sudo docker run -p 5000:5000 --volume $(pwd)/downloads/:/mnt/deezer-downloader --env DEEZER_COOKIE_ARL=changeme kmille2/deezer-downloader:latest
xdg-open http://localhost:5000

replacing "changeme" with my arl cookie.

Then opened http://localhost:5000/ in Chrome and when I try to download a playlist I always get this error in all tracks:

ERROR: Can not download this song. Got a 403

Under "downloads" some folders have been created: "albums", "playlists", "songs", "youtube-dl", "zips"

If I enter "playlists" folder there is a folder with my playlist, but it only contains a m3u8 file.

Am I doing something wrong or maybe I'm missing something? Do I need the settings.ini file when using docker? If so, where do I need to put this file? Thanks in advance.

@javi242
Copy link
Author

javi242 commented Mar 13, 2024

Ok now I got it working, using a free account, but the quality is 128. Is there a way to download using my premium account so the quality is 320? Thanks in advance.

@kmille
Copy link
Owner

kmille commented Mar 17, 2024

See this comment and the following: #66 (comment)

@kmille kmille closed this as completed Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants