Skip to main content

Wrapper for pyLoad to allow downloading files through Python (no webserver). Includes CLI

Project description

ez-pyload

Wrapper for pyLoad so it can be used in your Python projects without too much overhead (it won't start a webserver like pyLoad normally does).

Installation

$ python3 -m pip install ez-pyload

Using as a library

ez-pyload comes with a single function: download(url: str, download_dir: str | Path, loglevel: int = logging.INFO) -> Path) This function will download the file/folder at url to the directory download_dir. If loglevel is set to logging.DEBUG, debug mode will be enabled.

Example

from ez_pyload import download

path = download("https://drive.google.com/file/d/xxxxxxxxxxxxxxxxxxx-xxxxxxxx/view?usp=drive_link", ".")
print("Downloaded file:", path)

Using as a CLI app

After installing, you may use pydl [url] [path] to download a file/folder at url to the given path (defaults to current working directory)

Project details


Download files

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

Source Distribution

ez_pyload-1.0.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

ez_pyload-1.0.0-py3-none-any.whl (3.7 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