Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

a simple CLI application to download file from Zippyshare site

License

Notifications You must be signed in to change notification settings

superXdev/zippyshare-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a simple CLI application to download file from Zippyshare site

Resources

License

Stars

Watchers

Forks

Packages

No packages published