Skip to main content

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

Project description

XRDownloader

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

Usage

# import the xrdownloader module
  import xrdownloader

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

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

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

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

Examples:

    #######################
    #  single file link   #
    #######################
    import xrdownloader
    xr = xrdownloader.XRDownloader()
    response = xr.download_Files("https://xploitsr.tk/assets/csxp_img/logo/icon.png")
    print(response)


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


    ##############################################
    #  file contains links of files to download  #
    ##############################################
    import xrdownloader
    xr = xrdownloader.XRDownloader()
    response = xr.download_Files("xploitsr-links.txt")
    print(response)

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

Uploaded Source

Built Distribution

xrdownloader-1.0.3-py2.py3-none-any.whl (5.1 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: xrdownloader-1.0.3.tar.gz
  • Upload date:
  • Size: 4.4 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.3.tar.gz
Algorithm Hash digest
SHA256 e088681d8df6577819f8d6e5fe5ddedd238d8d73e283f761306493488a38c0a3
MD5 d93d81fc8d5c5fc553ad7e1237422c8d
BLAKE2b-256 d6ce211f025825aa006faba154f80bd9e47fc70a2d234489953b75cb76838df2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xrdownloader-1.0.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.1 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.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 eb41aa0673c1ee44084646dd649179a67ab80d96b9711818a8726585e6b5f062
MD5 e15e8c51e034c858c8fd75d1ce17dc17
BLAKE2b-256 0c925da5f0e06e712a1380adc7889939a387a07d0254029d265dbc2639d24dc0

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