You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
alacleaker
0b759e338e
|
8 months ago | |
---|---|---|
.gitignore | 8 months ago | |
README.md | 8 months ago | |
agent.js | 8 months ago | |
go.mod | 8 months ago | |
go.sum | 8 months ago | |
main.go | 8 months ago |
README.md
Apple Music ALAC Downloader
Original script by Sorrow. Modified by me to include some fixes and improvements.
How to use
- Create a virtual device on Android Studio with a image that doesn't have Google APIs.
- Install this version of Apple Music: https://www.apkmirror.com/apk/apple/apple-music/apple-music-3-6-0-beta-release/apple-music-3-6-0-beta-4-android-apk-download/. You will also need SAI to install it: https://f-droid.org/pt_BR/packages/com.aefyr.sai.fdroid/.
- Launch Apple Music and sign in to your account. Subscription required.
- Port forward 10020 TCP:
adb forward tcp:10020 tcp:10020
. - Start frida server.
- Start the frida agent:
frida -U -l agent.js -f com.apple.android.music
. - Start downloading some albums:
go run main.go https://music.apple.com/us/album/whenever-you-need-somebody-2022-remaster/1624945511
.