fanbox-dl
downloads images of supporting and following creators from FANBOX.
Caution: fanbox-dl
is command-line-program, so it doesn't provide graphical user interface.
Please download a binary from https://github.com/hareku/fanbox-dl/releases.
- Windows (64bit):
fanbox-dl_x.x.x_Windows_x86_64.exe
- Windows (32bit):
fanbox-dl_x.x.x_Windows_i386.exe
- Mac:
fanbox-dl_x.x.x_Darwin_x86_64
- Mac (M1 CPU):
fanbox-dl_x.x.x_Darwin_arm64
-
Open a command line interpreter. For example, If you are Windows user, open
Command Prompt
orPowerShell
. If you are Mac user, openTerminal
. -
Execute downloaded
fanbox-dl
binary. You can see usage byfanbox-dl --help
.
The case if you want to download all images of https://www.fanbox.cc/@example
, execute fanbox-dl --sessid xxxxx --save-dir ./images --creator creatornamehere
.
And you can see images e.g. ./images/example/xxxx.jpg
.
fanbox-dl needs FANBOXSESSID which is stored in browser Cookies for login state.
For example, if you are using Google Chrome, you can get it by following the steps in https://developers.google.com/web/tools/chrome-devtools/storage/cookies.
Please open an issue or pull request.