Skip to content
The free and open-source Download Manager written in pure Python
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Change stale bot label: inactive -> expired May 12, 2019
docs 2018 -> 2019 Jan 4, 2019
media fixes Oct 12, 2018
src/pyload Tiny code enhancement for config parser May 1, 2019
tests Code cosmetics Mar 14, 2019
.coveragerc pyscaffold Oct 12, 2018
.gitattributes pyscaffold Oct 12, 2018
.gitignore fixes and improvement Oct 12, 2018
.gitlab-ci.yml Cosmetics Dec 21, 2018
.pylintrc Configure deployment Dec 27, 2018
.pyup.yml Code cosmetics Mar 14, 2019
.scrutinizer.yml fixes Oct 15, 2018
.travis.yml Fix travis Jan 5, 2019
AUTHORS.md 2018 -> 2019 Jan 4, 2019
CHANGELOG.md Update changelog Mar 25, 2019
LICENSE.md root stuff Oct 12, 2018
MANIFEST.in Remove scripts Dec 27, 2018
README.md Update README May 2, 2019
VERSION Update README & VERSION May 1, 2019
babel.cfg Fix setup Dec 23, 2018
pyproject.toml Update setup Dec 27, 2018
setup.cfg Update package name Feb 16, 2019
setup.py Update package name Feb 16, 2019
tox.ini Code fixes Mar 25, 2019

README.md


pyLoad

The Free and open-source Download Manager written in pure Python


Installation | Usage | Login Credentials



Build Status Updates Codacy Badge Code style: black CLA assistant

PyPI Status PyPI Version PyPI Python Versions PyPI License


pyLoad-ng development releases.

Includes pyload-core, pyload-plugins, pyload-webui, pyload-cli.

Warnings

  • This package is intended for developer audience only, do not use in production!
  • This package is automatically deployed from latest source code of pyLoad's develop branch.
  • Stable Branch is production ready.

Installation

Complete Installation [recommended]

To install pyLoad and all its optional dependencies, type in a terminal/command prompt window (as root/administrator):

pip install --pre pyload-ng[all]

Minimum Installation

To install pyLoad (and its essential dependencies), type in a terminal/command prompt window (as root/administrator):

pip install --pre pyload-ng

Troubleshooting

If the installation fails due to an error related to the pycurl package, you may have to install it apart, before installing pyLoad.

Currently, PycURL does not support Python releases later than version 3.6, but un-official Windows binary packages for latest Python versions are available on https://www.lfd.uci.edu/~gohlke/pythonlibs/#pycurl .

As an example, to install PycURL 7.43.1 for Python 3.7 on Windows 64-bit, you have to download the file named pycurl-7.43.1-cp37-cp37m-win_amd64.whl and type in a terminal/command prompt window (as root/administrator):

pip install pycurl-7.43.1-cp37-cp37m-win_amd64.whl

When the installation succesfully finishes you can safely delete the downloaded file.

Visit http://pycurl.io/docs/latest/install.html to learn how to get and install the appropriate PycURL package for your system.

Usage

usage: pyload [-h] [--version] [-d] [--userdir USERDIR] [--cachedir CACHEDIR]
              [--daemon] [--restore]

The Free and open-source Download Manager written in pure Python

optional arguments:
  -h, --help           show this help message and exit
  --version            show program's version number and exit
  -d, --debug          enable debug mode
  --userdir USERDIR    run with custom user folder
  --cachedir CACHEDIR  run with custom cache folder
  --daemon             daemonmize after start
  --restore            restore default admin user

Web Interface

To start pyLoad in WebUI mode, type in a terminal/command prompt window:

pyload

To show the available options, type:

pyload -h

To access the web interface open your web browser and visit the url http://localhost:8001 . You can change it afterward.

Command Line Interface

To start pyLoad in CLI mode, type terminal/command prompt window:

pyload-cli

To show the available options, type:

pyload-cli -h

Login Credentials

Default username and password are pyload.

It's highly recommended to change them on the first start.



© 2019 pyLoad team
You can’t perform that action at this time.