Update README.md

This commit is contained in:
zhaarey 2024-11-25 22:23:33 +08:00
parent 1050cc1ca0
commit af4fba9a9c

View File

@ -43,13 +43,22 @@ Original script by Sorrow. Modified by me to include some fixes and improvements
## How to use ## How to use
1. Create a virtual device on Android Studio with a image that doesn't have Google APIs. 1. Create a virtual device on Android Studio with a image that doesn't have Google APIs.
2. 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/. 2. Install Apple Music
for x86 install this version of [Apple Music 3.6.0 beta4](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](https://f-droid.org/pt_BR/packages/com.aefyr.sai.fdroid/) to install it.
for arm64 install the last version of [Apple Music](https://www.apkmirror.com/apk/apple/apple-music/).
3. Launch Apple Music and sign in to your account. Subscription required. 3. Launch Apple Music and sign in to your account. Subscription required.
4. Port forward 10020 TCP: `adb forward tcp:10020 tcp:10020`. 4. Port forward 10020 TCP: `adb forward tcp:10020 tcp:10020`.
5. Start frida server. 5. Start frida server.
6. Start the frida agent: 6. Start the frida agent:
for x86 `frida -U -l agent.js -f com.apple.android.music` for x86 `frida -U -l agent.js -f com.apple.android.music`
for arm64 `frida -U -l agent-arm64.js -f com.apple.android.music` for arm64 `frida -U -l agent-arm64.js -f com.apple.android.music`
7. Start downloading some albums: `go run main.go https://music.apple.com/us/album/whenever-you-need-somebody-2022-remaster/1624945511`. 7. Start downloading some albums: `go run main.go https://music.apple.com/us/album/whenever-you-need-somebody-2022-remaster/1624945511`.
8. Start downloading singles: `go run main.go --select https://music.apple.com/us/album/whenever-you-need-somebody-2022-remaster/1624945511` input numbers separated by spaces. 8. Start downloading singles: `go run main.go --select https://music.apple.com/us/album/whenever-you-need-somebody-2022-remaster/1624945511` input numbers separated by spaces.
9. Start downloading some playlists: `go run main.go https://music.apple.com/us/playlist/taylor-swift-essentials/pl.3950454ced8c45a3b0cc693c2a7db97b` or `go run main.go https://music.apple.com/us/playlist/hi-res-lossless-24-bit-192khz/pl.u-MDAWvpjt38370N`. 9. Start downloading some playlists: `go run main.go https://music.apple.com/us/playlist/taylor-swift-essentials/pl.3950454ced8c45a3b0cc693c2a7db97b` or `go run main.go https://music.apple.com/us/playlist/hi-res-lossless-24-bit-192khz/pl.u-MDAWvpjt38370N`.