Initial commit

This commit is contained in:
2025-11-05 14:22:18 +08:00
commit d7a0850171
20 changed files with 3199 additions and 0 deletions

2
entrypoint.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
python3 main.py --level "${LEVEL:-lossless}" --mode "${MODE:-api}" --url "${URL:-''}"