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 starting a webserver like pyLoad normally does.

Why?

I've been trying to find a library or CLI app which is able to download from many different filehosting sites for a long while now. The only free downloaders I have been able to find with support for many filehosting sites are jDownloader2 and pyLoad, neither of which seem to have a CLI interface or developer friendly API/documentation, and both of which seem to run a webserver just to be able to download some files. This library (hopefully) fixes this problem.

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.4.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

ez_pyload-1.0.4-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file ez_pyload-1.0.4.tar.gz.

File metadata

  • Download URL: ez_pyload-1.0.4.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.11.0 Linux/6.5.0-1017-azure

File hashes

Hashes for ez_pyload-1.0.4.tar.gz
Algorithm Hash digest
SHA256 454023c756544e26f246484ddd231ee820f84d0164e84df035155edc1efa35c2
MD5 f71353958359f52719e46795fa80276e
BLAKE2b-256 12182fa34e58df4b3a6b3df5f4eb734081d4084dd90698eef1cad283b1688f01

See more details on using hashes here.

File details

Details for the file ez_pyload-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: ez_pyload-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.11.0 Linux/6.5.0-1017-azure

File hashes

Hashes for ez_pyload-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 9ba2e4c254d03c6d062bbb24d91dc0682c603b578192686dc12ecf7747266218
MD5 3d56ddbfeceedbfe984ab999f3baa022
BLAKE2b-256 a5d247969a9599066eac8ff912cb4f365a1a1366584942aee73ee87821c0832d

See more details on using hashes here.

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