gamdl icon indicating copy to clipboard operation
gamdl copied to clipboard

playlists not downloading

Open twinec opened this issue 8 months ago • 2 comments
trafficstars

Whenever I try to download my playlist with all my songs, gamdl just goes:

[INFO     17:04:41] Starting Gamdl
[WARNING  17:04:43] mp4decrypt not found at "mp4decrypt", music videos will not be downloaded
[INFO     17:04:43] (URL 1/1) Checking "https://music.apple.com/library/playlist/p.B0A8OReIJqZ4GB"
[ERROR    17:04:43] (URL 1/1) Failed to check "https://music.apple.com/library/playlist/p.B0A8OReIJqZ4GB"
Traceback (most recent call last):
  File "/home/eric/.local/share/pipx/venvs/gamdl/lib/python3.12/site-packages/gamdl/cli.py", line 474, in main
    url_info = downloader.get_url_info(url)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/eric/.local/share/pipx/venvs/gamdl/lib/python3.12/site-packages/gamdl/downloader.py", line 128, in get_url_info
    url_info.storefront = url_regex_result.group(1)
                          ^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'group'
[INFO     17:04:43] Done (1 error(s))

and in my extensive testing, it's EVERY playlist that does this!

twinec avatar Mar 05 '25 22:03 twinec

At this moment, only public playlist URLs are working. To get your public playlist URL, go to your playlist page, click on the “…” menu > Share > Copy link and use it on gamdl.

glomatico avatar Mar 05 '25 22:03 glomatico

@glomatico Perhaps add this to the help text or the README.md to avoid repeat questions? :)

denisbr avatar Mar 31 '25 08:03 denisbr

Support for private playlists have been added on the latest release.

glomatico avatar Jul 02 '25 13:07 glomatico