single
This commit is contained in:
parent
96995382d8
commit
d9119832fe
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,4 +5,5 @@
|
|||||||
!go.sum
|
!go.sum
|
||||||
!main.go
|
!main.go
|
||||||
!main_atmos.go
|
!main_atmos.go
|
||||||
|
!main_select.go
|
||||||
!README.md
|
!README.md
|
||||||
|
@ -10,6 +10,7 @@ Original script by Sorrow. Modified by me to include some fixes and improvements
|
|||||||
5. Start frida server.
|
5. Start frida server.
|
||||||
6. Start the frida agent: `frida -U -l agent.js -f com.apple.android.music`.
|
6. Start the frida agent: `frida -U -l agent.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 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`.
|
8. Start downloading singles: `go run main_select.go https://music.apple.com/us/album/whenever-you-need-somebody-2022-remaster/1624945511` input numbers separated by spaces.
|
||||||
9. For dolby atmos: `go run main_atmos.go https://music.apple.com/us/album/1989-taylors-version-deluxe/1713845538`.
|
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`.
|
||||||
|
10. For dolby atmos: `go run main_atmos.go https://music.apple.com/us/album/1989-taylors-version-deluxe/1713845538`.
|
||||||
|
|
||||||
|
1707
main_select.go
Normal file
1707
main_select.go
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user