zhaarey/apple-music-alac-atmos-downloader를 기반으로 하는 Apple Music 암호 해독 도구
PM과 이메일을 포함하되 이에 국한되지 않는 지속적인 괴롭힘으로 인해 저는 지금부터 AppleMusicDecrypt 개발을 일시 중지하기로 결정했습니다.
경고: 이 프로젝트는 현재 매우 초기 단계에 있으며 아직 발견되지 않은 버그와 완료되지 않은 기능이 많이 있습니다. 주의해서 사용하세요.
# Download song/album with default codec (alac)
download https://music.apple.com/jp/album/nameless-name-single/1688539265
# Or a shorter command
dl https://music.apple.com/jp/album/nameless-name-single/1688539265
# Download song/album with specified codec
dl -c aac https://music.apple.com/jp/song/caribbean-blue/339592231
# Overwrite existing files
dl -f https://music.apple.com/jp/song/caribbean-blue/339592231
# Download specify artist's all albums
dl https://music.apple.com/jp/artist/%E3%83%88%E3%82%B2%E3%83%8A%E3%82%B7%E3%83%88%E3%82%B2%E3%82%A2%E3%83%AA/1688539273
# Download specify artist's all songs
dl --include-participate-songs https://music.apple.com/jp/artist/%E3%83%88%E3%82%B2%E3%83%8A%E3%82%B7%E3%83%88%E3%82%B2%E3%82%A2%E3%83%AA/1688539273
# Download all songs of specified playlist
dl https://music.apple.com/jp/playlist/bocchi-the-rock/pl.u-Ympg5s39LRqp
# Download from a file including links
dlf urls.txt
# Download song from specified m3u8 with default codec (alac)
m3u8 https://aod.itunes.apple.com/itunes-assets/HLSMusic116/v4/cb/f0/91/cbf09175-ce98-d133-1936-2e46b6992aa5/P631756252_lossless.m3u8
# View the audio quality information for a given song or album
quality https://music.apple.com/jp/album/nameless-name-single/1688539265
alac (audio-alac-stereo)
ec3 (audio-atmos / audio-ec3)
ac3 (audio-ac3)
aac (audio-stereo)
aac-binaural (audio-stereo-binaural)
aac-downmix (audio-stereo-downmix)
gpac -version
, mp4box -version
, mp4extract
, mp4edit
를 실행하고 모든 명령이 제대로 실행되는지 확인하세요. config.toml
편집 [[ devices ]]
host = " 127.0.0.1 "
port = 58526 # Replace this value to your WSA ADB port!
agentPort = 10020
suMethod = " su -c "
config.toml
편집 [[ devices ]]
host = " 127.0.0.1 "
port = 5555
agentPort = 10020
suMethod = " su 0 "
Actions에서 최신 빌드를 다운로드하세요(GitHub 계정에 로그인해야 함). 압축을 풀고 main.exe
실행하세요.
git clone https://github.com/WorldObservationLog/AppleMusicDecrypt.git
cd AppleMusicDecrypt
poetry install
cp config.example.toml config.toml
poetry run python main.py