Skip to main content

XploitsR | XRDownloader is a module for faster downloading of files.

Project description

PyPI-Versions PyPI-Status PyPI-Downloads

XploitsR | XRDownloader is a module for faster downloading of files.

Installation:

pip install xrdownloader

Latest development release on GitHub

GitHub-Status GitHub-Stars GitHub-Commits GitHub-Forks GitHub-Updated

Pull and install

pip install -e git+https://github.com/XploitsR/XRDownloader.git@master#egg=XRDownloader

Usage:

# import xrdownloader module
  import xrdownloader

# XRDownloader returns the response from ongoing downloads
  xr = xrdownloader.XRDownloader()

# To download single file, just put in the url
  download("your-file-url")

# To download multiple files, add [] and seperate the links with ,
  download(["link-1","link-2","link-3","and so on.."])

# You can also specify a file that contains your links
  download("your-file") # example: download("myLinks.txt")s

Examples:

single file download

import xrdownloader
xr = xrdownloader.XRDownloader()
response = xr.download("https://xploitsr.tk/assets/csxp_img/logo/icon.png")
print(response)

multiple file download

import xrdownloader
xr = xrdownloader.XRDownloader()
response = xr.download(["https://www.somesite.co/file-1.pdf","https://www.somesite.co/file-2.pdf"])
print(response)

file that contains links of files to download

import xrdownloader
xr = xrdownloader.XRDownloader()
response = xr.download("xploitsr-links.txt")
print(response)

Screenshot:

screenshot of xrdownloader

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

xrdownloader-1.0.4.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

xrdownloader-1.0.4-py2.py3-none-any.whl (6.4 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: xrdownloader-1.0.4.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3rc1

File hashes

Hashes for xrdownloader-1.0.4.tar.gz
Algorithm Hash digest
SHA256 40c32d6bd5728b9ca3d1b001e5f95a8a3fa6dff8ae2ef53c40434772615187b5
MD5 93860654aaeae308a646f1aa57024408
BLAKE2b-256 4904a04b37b2cd3bec9224fde519efdd5025ac9399e902e36c33e6ffd46dfa81

See more details on using hashes here.

File details

Details for the file xrdownloader-1.0.4-py2.py3-none-any.whl.

File metadata

  • Download URL: xrdownloader-1.0.4-py2.py3-none-any.whl
  • Upload date:
  • Size: 6.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3rc1

File hashes

Hashes for xrdownloader-1.0.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 615a3d046cacbae4cddda3252a75e63def85836017281baf5c2037228e6494d6
MD5 9a44c6a0264315ba7a90293664781549
BLAKE2b-256 18ca596cf98c532b245d8d876149b47df676961f0cc00642b9cf59304a68a869

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