diff --git a/main.py b/main.py index 28afc1e..ebc8f36 100644 --- a/main.py +++ b/main.py @@ -24,12 +24,13 @@ requirements: - Python >= 3.12 - requests - - websocket-client - - qrcode + - websocket-client (qrcode login) + - qrcode (qrcode login) + - Pillow (Add answer to problem; Convert PPT to PDF) required system binaries: - - aria2c - - ffmpeg with nvenc support + - aria2c (Download files multi-threaded & resume support) + - ffmpeg with nvenc support (Concatenate video segments and convert to HEVC) """) print(parser.format_help())