Post

pyLoad

pyLoad is a lightweight download manager written in Python. It handles one-click hosters, container files (DLC, RSDF, CCF) and direct links, supports premium accounts, captcha solving and a plugin system, and is controlled through a web interface, a CLI or third-party clients.

pyLoad
In Development
This script is currently in active development and may be unstable or incomplete. Use in production environments is not recommended.

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/pyload.sh)"
CPU: 2 cores RAM: 2048 MB Disk: 16 GB OS: Debian 13

Default Credentials

UsernamePassword
pyloadpyload

Configuration

Config file:

1
/opt/pyload_data/userdir

Notes

Log in at http://[IP]:8000 with pyload/pyload and change the password immediately.
Downloads go to /opt/pyload_data/downloads and the configuration lives in /opt/pyload_data/userdir. Both are outside the app directory so they survive updates.
pyLoad is still in pre-release; the installer uses the pyload-ng pre-release channel because no stable release exists yet.

Web Interface

Port: 8000

Source code
Loading...