myyc / zippyshare

zippyshare.com bash script for batch downloading files

Home Page:https://github.com/img2tab/zippyshare

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zippyshare.sh

bash script for downloading zippyshare files

Download single file from zippyshare
sh zippyshare.sh url
Batch-download files from URL list:
sh zippyshare.sh url-list.txt     # url-list.txt must contain one zippyshare.com url per line

Example:

sh zippyshare.sh http://www12.zippyshare.com/v/3456789/file.html  

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

Requirements: coreutils, grep, sed, awk, wget

About

zippyshare.com bash script for batch downloading files

https://github.com/img2tab/zippyshare

License:GNU General Public License v2.0


Languages

Language:Shell 100.0%