-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add tool logo and some adjusts for v1.3
- Loading branch information
hugogomess
committed
Oct 21, 2020
1 parent
14e100c
commit d8c41d9
Showing
3 changed files
with
45 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,24 @@ | ||
# Cyberdrop Downloader | ||
|
||
Cyberdrop Downloader is a script to download all images of a cyberdrop.me album written in shell script | ||
Cyberdrop Downloader is a script to download all images of a cyberdrop.me album written in shell script. | ||
- It only will work on unix like OS | ||
|
||
## Install | ||
## Usage | ||
|
||
If you dont have curl and wget installed: | ||
1. Install dependencies: | ||
```shell | ||
$ apt install curl wget -y | ||
``` | ||
$ chmod +x install-dependencies.sh && sudo ./install-dependencies.sh | ||
``` | ||
|
||
## How to use | ||
|
||
First add exec permisson: | ||
``` | ||
2. Add exec permisson: | ||
```shell | ||
$ chmod +x ./cyberdrop-downloader.sh | ||
``` | ||
And run: | ||
``` | ||
$ ./cyberdrop-downloader.sh | ||
3. run: | ||
```shell | ||
$ ./cyberdrop-downloader.sh <cyberdrop-link> | ||
``` | ||
To download multiple links create a file with the links (one per line) then run: | ||
``` | ||
```shell | ||
$ ./cyberdrop-downloader.sh -m <filename> | ||
``` | ||
|
||
### TODO | ||
|
||
- Fix print figlet; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.