Package Details: deezer-downloader 2.10.0-3

Git Clone URL: https://aur.archlinux.org/deezer-downloader.git (read-only, click to copy)
Package Base: deezer-downloader
Description: Download music from Deezer and Spotify with a simple web frontend, through a local-hosted service written in Python
Upstream URL: https://github.com/kmille/deezer-downloader
Licenses: MIT
Submitter: username227
Maintainer: username227
Last Packager: username227
Votes: 0
Popularity: 0.000000
First Submitted: 2025-06-13 15:21 (UTC)
Last Updated: 2025-08-31 14:36 (UTC)

Latest Comments

tee commented on 2025-08-31 14:11 (UTC)

missing dependency:

$ deezer-downloader -c config.ini
Traceback (most recent call last):
  File "/usr/bin/deezer-downloader", line 8, in <module>
    sys.exit(main())
             ~~~~^^
  File "/usr/lib/python3.13/site-packages/deezer_downloader/cli/runner.py", line 52, in main
    run_backend()
    ~~~~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/deezer_downloader/cli/runner.py", line 16, in run_backend
    from deezer_downloader.web.app import app
  File "/usr/lib/python3.13/site-packages/deezer_downloader/web/app.py", line 11, in <module>
    import giphypop
ModuleNotFoundError: No module named 'giphypop'