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
- Install dependencies:
$ apt install curl wget -y- Add exec permisson:
$ chmod +x ./cyberdrop-downloader.sh- 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>