apple-music-wrapper
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.
 
 
 
zhaarey 1077660bcc V2 2 months ago
.github/workflows V2 2 months ago
rootfs V2 2 months ago
.gitattributes Initial commit 5 months ago
.gitignore V2 2 months ago
Makefile V2 2 months ago
README.md V2 2 months ago
cmdline.c V2 2 months ago
cmdline.h V2 2 months ago
import.h support get-m3u8 3 months ago
main.cpp init 5 months ago
test.c V2 2 months ago
wrapper.c V2 2 months ago
wrapper.ggo V2 2 months ago

README.md

Wrapper

No need for an Android emulator to decrypt ALAC files. This solution works on all files from Anonymous.

For best results, it's recommended to use Windows Subsystem for Linux (WSL).


Version 2

Usage:

./wrapper [OPTION]...
  -h, --help               Print help and exit
  -V, --version            Print version and exit
  -H, --host=STRING        (default: `127.0.0.1`)
  -D, --decrypt-port=INT   (default: `10020`)
  -M, --m3u8-port=INT      (default: `20020`)
  -P, --proxy=STRING       (default: `''`)
  -L, --login=STRING       ([username]:[password])

Installation:

sudo -i
wget "https://github.com/zhaarey/wrapper/releases/download/linux/wrapper.linux.x86_64.V2.tar.gz"
mkdir wrapper
tar -xzf wrapper.linux.x86_64.V2.tar.gz -C wrapper
cd wrapper
./wrapper

Version 1

Usage:

./wrapper [port] ([username] [password])

Installation:

sudo -i
wget "https://github.com/zhaarey/wrapper/releases/download/linux/wrapper.linux.x86_64.tar.gz"
mkdir wrapper
tar -xzf wrapper.linux.x86_64.tar.gz -C wrapper
cd wrapper
./wrapper