/zippyshare

zippyshare.com bash script for batch downloading files

Primary LanguageShellGNU General Public License v2.0GPL-2.0

zippyshare.sh

bash script for downloading zippyshare files

Download single file from zippyshare
./zippyshare.sh url
Batch-download files from URL list (url-list.txt must contain one zippyshare.com url per line)
./zippyshare.sh url-list.txt
Example:
./zippyshare.sh https://www3.zippyshare.com/v/CDCi2wVT/file.html

zippyshare.sh uses curl with the -C flag, which skips over completed files and attempts to resume partially downloaded files.

Requirements: coreutils, grep, sed, curl