feat: use device to get m3u8

This commit is contained in:
WorldObservationLog
2024-05-28 15:54:37 +08:00
parent b79686f90e
commit 0d01836d1e
4 changed files with 52 additions and 1 deletions

View File

@@ -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.example.toml=config.toml --include-data-files=agent.js=agent.js --include-module=mitmproxy_windows --include-module=winloop
poetry run python -m nuitka main.py --assume-yes-for-downloads --standalone --follow-imports --include-data-dir=assets=assets --include-data-files=config.example.toml=config.toml --include-data-files=agent.js=agent.js --include-data-files=m3u8.js=m3u8.js --include-module=mitmproxy_windows --include-module=winloop
- name: Rename
run: |
ren main.dist AppleMusicDecrypt