Skip to content

tboh002/pyload

 
 

Repository files navigation


pyLoad

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




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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.0%
  • JavaScript 5.3%
  • HTML 5.0%
  • CSS 1.7%