Skip to content

Releases: Reikooters/weebcentral-download

v0.2

19 Nov 12:17

Choose a tag to compare

weebcentral-download

A simple C++ application for downloading manga content from Weeb Central.

Given the URI to the series page you are interested in, it will create a sub-directory under the working directory with the name of the series, then create sub-directories under that for each chapter, where the images for each chapter will be downloaded into each chapter's directory.

The application simply downloads the images in serial (no parallelization/multi-threading) and sleeps for 4 seconds between chapters to reduce load on weebcentral.com servers.

If a directory with the chapter name already exists, it will be skipped. This means you can run the tool again to download newly released chapters. If a chapter was not fully downloaded, for example, because you exited the application while it was running, then you should delete or rename the incomplete chapter's directory so that it can be downloaded by the application again.

Usage:

./weebcentral-download <manga_uri>

Example:

# with series title in URI
./weebcentral-download https://weebcentral.com/series/01J76XYFCDK6Y8GY447DTTTZ2F/The-Girl-in-the-Arcade

# or without
./weebcentral-download https://weebcentral.com/series/01J76XYFCDK6Y8GY447DTTTZ2F

Download:

Windows: weebcentral-download.exe
Linux: weebcentral-download

Change log:

  • Added chapter/image URI progress numbers to console output 44b8022
  • Removed "Downloaded ... bytes" console messages 44b8022

v0.1

02 Nov 14:28

Choose a tag to compare

weebcentral-download

A simple C++ application for downloading manga content from Weeb Central.

Given the URI to the series page you are interested in, it will create a sub-directory under the working directory with the name of the series, then create sub-directories under that for each chapter, where the images for each chapter will be downloaded into each chapter's directory.

The application simply downloads the images in serial (no parallelization/multi-threading) and sleeps for 4 seconds between chapters to reduce load on weebcentral.com servers.

If a directory with the chapter name already exists, it will be skipped. This means you can run the tool again to download newly released chapters. If a chapter was not fully downloaded, for example, because you exited the application while it was running, then you should delete or rename the incomplete chapter's directory so that it can be downloaded by the application again.

Usage:

./weebcentral-download <manga_uri>

Example:

# with series title in URI
./weebcentral-download https://weebcentral.com/series/01J76XYFCDK6Y8GY447DTTTZ2F/The-Girl-in-the-Arcade

# or without
./weebcentral-download https://weebcentral.com/series/01J76XYFCDK6Y8GY447DTTTZ2F

Download:

Windows: weebcentral-download.exe
Linux: weebcentral-download