mirror of
https://github.com/zhaarey/apple-music-downloader.git
synced 2025-08-05 23:54:32 +09:00
main
English / 简体中文
!!Must be installed first MP4Box,And confirm MP4Box Correctly added to environment variables
Add features
- Supports inline covers and LRC lyrics(Demand
media-user-token
,See the instructions at the end for how to get it) - Added support for getting word-by-word and out-of-sync lyrics
- Support downloading singers
go run main.go https://music.apple.com/us/artist/taylor-swift/159260351
--all-album
Automatically select all albums of the artist - The download decryption part is replaced with Sendy McSenderson to decrypt while downloading, and solve the lack of memory when decrypting large files
- MV Download, installation requiredmp4decrypt
Special thanks to chocomint
for creating agent-arm64.js
For acquisitionaac-lc
MV
lyrics
You must fill in the information with a subscriptionmedia-user-token
alac (audio-alac-stereo)
ec3 (audio-atmos / audio-ec3)
aac (audio-stereo)
aac-lc (audio-stereo)
aac-binaural (audio-stereo-binaural)
aac-downmix (audio-stereo-downmix)
MV
Apple Music ALAC / Dolby Atmos Downloader
Original script by Sorrow. Modified by me to include some fixes and improvements.
How to use
- Make sure the decryption program wrapper is running
- Start downloading some albums:
go run main.go https://music.apple.com/us/album/whenever-you-need-somebody-2022-remaster/1624945511
. - Start downloading single song:
go run main.go --song https://music.apple.com/us/album/never-gonna-give-you-up-2022-remaster/1624945511?i=1624945512
orgo run main.go https://music.apple.com/us/song/you-move-me-2022-remaster/1624945520
. - Start downloading select:
go run main.go --select https://music.apple.com/us/album/whenever-you-need-somebody-2022-remaster/1624945511
input numbers separated by spaces. - Start downloading some playlists:
go run main.go https://music.apple.com/us/playlist/taylor-swift-essentials/pl.3950454ced8c45a3b0cc693c2a7db97b
orgo run main.go https://music.apple.com/us/playlist/hi-res-lossless-24-bit-192khz/pl.u-MDAWvpjt38370N
. - For dolby atmos:
go run main.go --atmos https://music.apple.com/us/album/1989-taylors-version-deluxe/1713845538
. - For aac:
go run main.go --aac https://music.apple.com/us/album/1989-taylors-version-deluxe/1713845538
. - For see quality:
go run main.go --debug https://music.apple.com/us/album/1989-taylors-version-deluxe/1713845538
.
Chinese tutorial - see Method 3 for details
Downloading lyrics
- Open Apple Music and log in
- Open the Developer tools, Click
Application -> Storage -> Cookies -> https://music.apple.com
- Find the cookie named
media-user-token
and copy its value - Paste the cookie value obtained in step 3 into the config.yaml and save it
- Start the script as usual
Description
Languages
Go
88.2%
JavaScript
11.8%