cyberdrop-downloader icon indicating copy to clipboard operation
cyberdrop-downloader copied to clipboard

Script to download all images and videos from a cyberdrop.me album written in shell script

Cyberdrop Downloader

Cyberdrop Downloader is a script to download all images and videos from a cyberdrop.me album written in shell script.

  • It only will work on unix like OS

Usage

  1. Install dependencies:
$ apt install curl wget -y
  1. Add exec permisson:
$ chmod +x ./cyberdrop-downloader.sh
  1. run:
$ ./cyberdrop-downloader.sh <cyberdrop-link>

To download multiple links create a file with the links (one per line) then run:

$ ./cyberdrop-downloader.sh -m <filename>