zippydr

2.1.3 • Public • Published

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

npm GitHub npm

preview

Table of Contents

  1. Changelog
  2. Installation
  3. Usage
  4. License

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 git@github.com: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.

Package Sidebar

Install

npm i zippydr

Weekly Downloads

14

Version

2.1.3

License

MIT

Unpacked Size

160 kB

Total Files

7

Last publish

Collaborators

  • superxdev