Skip to content

abdulaziz-git/ZS-DL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZS-DL

CLI Zippyshare downloader written in Python. JS execution and BSoup-FREE.
Windows binaries
Upload to Zippyshare with ZS-UL.
People have been seen selling my tools. DO NOT buy them. My tools are free and always will be.

Usage

Download two files to default directory:
ZS-DL.py -u https://www1.zippyshare.com/v/00000000/file.html https://www1.zippyshare.com/v/00000000/file.html

Download from text file to "G:\ZS-DL downloads" with HTTPS proxy:
ZS-DL.py -u G:\links.txt -o "G:\ZS-DL downloads" -p 0.0.0.0:8080

Download from DLC container and a single regular URL to default directory:
ZS-DL.py -u https://www1.zippyshare.com/v/00000000/file.html G:\1.dlc

 _____ _____     ____  __
|__   |   __|___|    \|  |
|   __|__   |___|  |  |  |__
|_____|_____|   |____/|_____|

usage: zs-dl.py [-h] -u URLS [URLS ...] [-o OUTPUT_PATH] [-ov] [-p PROXY]

optional arguments:
  -h, --help            show this help message and exit
  -u URLS [URLS ...], --urls URLS [URLS ...]
                        URLs separated by a space or an abs path to a txt
                        file.
  -o OUTPUT_PATH, --output-path OUTPUT_PATH
                        Abs output directory.
  -ov, --overwrite      Overwrite file if already exists.
  -p PROXY, --proxy PROXY
                        HTTPS only. <IP>:<port>.

About

CLI Zippyshare downloader written in Python.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%