gamdl
gamdl copied to clipboard
playlists not downloading
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!
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 Perhaps add this to the help text or the README.md to avoid repeat questions? :)
Support for private playlists have been added on the latest release.