Skip to content

Simple bash script for batch downloading files from Zippyshare

License

Notifications You must be signed in to change notification settings

AvinashReddy3108/zippydl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Languages