AvinashReddy3108 / zippydl

Simple bash script for batch downloading files from Zippyshare

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zippydl

bash script for downloading zippyshare files

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

zippydl uses aria2c with the --continue=true flag, which skips over completed files and attempts to resume partially downloaded files.

Requirements: aria2, curl, grep, awk

About

Simple bash script for batch downloading files from Zippyshare

License:GNU General Public License v2.0


Languages

Language:Shell 100.0%