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 [] to download_Files() 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.2.tar.gz
(3.9 kB
view details)
Built Distribution
File details
Details for the file xrdownloader-1.0.2.tar.gz
.
File metadata
- Download URL: xrdownloader-1.0.2.tar.gz
- Upload date:
- Size: 3.9 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e16af781ce7faa3408e4624f526e6e996d162fe7211f2551f9be2c192319806 |
|
MD5 | ebf5ccc04f74724109e22d7e8a2f0387 |
|
BLAKE2b-256 | a65b5f31a39cce4246adb85369b773409e38578f56e4dda748b0e8fc43707f44 |
File details
Details for the file xrdownloader-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: xrdownloader-1.0.2-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6d8aaa6af56538ecf3100a01228a770bc3e65007feaee65f850cd49d3fbeab0 |
|
MD5 | 020d6715fdb570a2f65c76b4ea20fcfc |
|
BLAKE2b-256 | d48345415ca00be6ee6db57da2065c39d25596efedf1f6008f70830d4deb7c58 |