zippydr
v2.1.3
Published
a simple CLI application to download file from Zippyshare site
Downloads
8
Readme
zippydr - Zippyshare downloader
a simple CLI application to download file from Zippyshare site, you can easily download by typing in command line. This tools have 2 mode for download: single file & batch file
Table of Contents
Changelog
- 2.0.0 - 03 Mei 2022
- change main library
- adding batch mode
- 1.2.3 - 02 Mei 2022
- code optimized
- adding license
- adding README file
- 1.0.1 - 01 Mei 2022
- release to NPM & Github
Installation
NPM
npm install -g zippydr
Github
git clone [email protected]:superXdev/zippyshare-downloader.git
cd zippyshare-downloader/
npm install
npm install -g .
Usage
Show help
zippydr --help
Fetch URL file
zippydr -f <link>
Download file
zippydr -u <link>
with output file name
zippydr -u <link> -o <filename>
Download batch
zippydr -b <your_file_links>
with output folder
zippydr -b <your_file_links> -d <foldername>
License
Licensed under the MIT license.