Command Line Interface (CLI) Usage

App names

There is few app names in zippyshare-downloader:

  • zippyshare-dl

  • zippyshare-downloader

Note

If none of above doesn’t work use this

# For Windows
py -3 -m zippyshare_downloader

# For Linux
python3 -m zippyshare_downloader

Options

Global options

  • ZIPPYSHARE_URL or FILE Zippyshare URL or file containing zippyshare urls

  • --no-download No download file

  • --verbose, -v Enable verbose

  • --replace, -r Replace file if exist

  • --silent No output

Zip and unzip

  • --zip FILENAME, -z FILENAME Zip all downloaded files

  • --unzip, -uz Unzip all downloaded files, one by one

Warning

Option --unzip or -uz will only work if you are using multiple zippyshare urls

For example:

# This will work
$ zippyshare-dl "urls.txt" --unzip

# This will NOT work
$ zippyshare-dl "https://www.zippyshare.com/v/..." --unzip