dropcreations / Manzana-Apple-Music-Downloader

A python program to download albums and songs with AAC codec in .m4a container format and music-videos up to 4K in AVC or HEVC codec in .mp4 format from Apple Music.
https://music.apple.com
GNU General Public License v3.0
182 stars 23 forks source link

Playlist download support #19

Closed hypothermic closed 9 months ago

hypothermic commented 10 months ago

Hi, I've added the functionality to download playlists. Let me know what you think of it.

./manzana.py https://music.apple.com/library/playlist/p.XXXXXXXXX image

dropcreations commented 9 months ago

@hypothermic I checked your pull request. But I was unable to run it and I found some issues with API requests that you created for playlists. I'll add the playlist support as soon as possible. Your commitment on this is highly appreciated. Good job.