pyLoad (Download Manager) for Raspberry Pi
10K+
pyLoad is a fast, lightweight and full featured download manager for many One-Click-Hoster, container formats like DLC, video sites or just plain http/ftp links. It aims for low hardware requirements and platform independence to be runnable on all kind of systems (desktop pc, netbook, NAS, router). Despite its strict restriction it is packed full of features just like webinterface, captcha recognition, unrar and much more.
pyLoad is divided into core and clients, to make it easily remote accessible. Currently there are a webinterface, command line interface, a GUI written in Qt and an Android client. Screenshots can be found here.
Source Official pyLoad Website
Install is easy as all docker images
docker pull diegoweb/rpi-pyload
Just run the command below:
docker run -d -p 8000:8000 -p 7227:7227 -e UID=1000 -e GID=1000 -v /home/pi/downloads:/opt/pyload/Downloads -v /home/pi/pyload-config:/opt/pyload/pyload-config --name pyload diegoweb/rpi-pyload
What you can modify and explanation of each editable field:
After the docker has created you can login via the webinterface with:
http://<RaspberryIP>:8000/
USER=pyload
PASSWORD=pyload
This build is a fork from mrtestone/rpi-pyload, but everyone down below is responsible to make this build to be achieved. Thank them!
And a special thank to pyload/pyload contributors, you can check all extended credits of pyLoad project here!
Content type
Image
Digest
Size
311.1 MB
Last updated
over 7 years ago
docker pull diegoweb/rpi-pyload