diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a4edf6..82092db 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: poetry run python -m pip install nuitka - name: Build run: | - poetry run python -m nuitka main.py --assume-yes-for-downloads --standalone --follow-imports --include-data-dir=assets=assets --include-data-files=config.toml=config.toml --include-data-files=agent.js=agent.js + poetry run python -m nuitka main.py --assume-yes-for-downloads --standalone --follow-imports --include-data-dir=assets=assets --include-data-files=config.toml=config.toml --include-data-files=agent.js=agent.js --include-module=mitmproxy_windows - name: Rename run: | ren main.dist AppleMusicDecrypt diff --git a/README.md b/README.md index a62115d..8a01b29 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,6 @@ mitm host = "127.0.0.1" port = 58526 # Replace this value to your WSA ADB port! agentPort = 10020 -fridaPath = "/system/bin/frida-server" suMethod = "su -c" ``` @@ -77,7 +76,6 @@ suMethod = "su -c" host = "127.0.0.1" port = 5555 agentPort = 10020 -fridaPath = "/data/local/tmp/frida-server-16.2.1-android-x86_64" # Replace this value to your frida-server path! suMethod = "su 0" ``` @@ -116,4 +114,4 @@ poetry run python main.py 1. Run the script, type command `mitm` 2. Start Proxifier 3. Start Apple Music Windows and play a song or an album. -4. Now the script should catch the m3u8 link and start ripping \ No newline at end of file +4. Now the script should catch the m3u8 link and start ripping