kurohai / cyberdrop-downloader

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

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

License:MIT License


Languages

Language:Shell 100.0%