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
205 stars 29 forks source link

How do i run this script? #16

Closed Manveer-Singh-99 closed 11 months ago

Manveer-Singh-99 commented 12 months ago

I know this may be dumb of me to ask, but im not very tech savvy, and i wasnt able to understand the instructions you provided. any help will be appreciated :)

dropcreations commented 12 months ago

@Manveer-Singh-99 Oh it's OK.

After installing python, open your terminal and type pip install -r requirements.txt to install dependencies. Add your widevine device files to widevine/device folder. You can find a widevine device (device_client_id_blob, device_private_key) in issues section. Then run python manzana.py {apple_music_url}

Manveer-Singh-99 commented 12 months ago

widevine device files? what are they?

dropcreations commented 12 months ago

@Manveer-Singh-99 Widevine files are needed to do the decryption. Code and README has updated. Check it and also see here