Skip to main content

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

Project description


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

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

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyload-ng-0.5.0a5.dev528.zip (883.5 kB view hashes)

Uploaded Source

Built Distribution

pyload_ng-0.5.0a5.dev528-py3-none-any.whl (745.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page