AlexanderProd / zippyshare

zippyshare.com bash script for batch downloading files from .txt file or .dlc containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zippyshare.sh

bash script for downloading zippyshare files from .txt file or .dlc container.

You need the node npm package decrypt-dlc-cli to use this script

Install decrypt-dlc-cli
npm install -g https://github.com/sydev/decrypt-dlc-cli.git
Download single file from zippyshare
./zippyshare.sh url
Batch-download files from URL list (links.txt must contain one zippyshare.com url per line)
./zippyshare.sh <links.txt or links.dlc> <output directory>
Decrypt .dlc files and download the content (Only possible if the dlc file contains zippyshare links)
./zippyshare.sh container.dlc
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: decrypt-dlc-cli coreutils, grep, sed, curl

About

zippyshare.com bash script for batch downloading files from .txt file or .dlc containers

License:GNU General Public License v2.0


Languages

Language:Shell 100.0%