Atemu / bookwalker-dl

A tool to help you download books from viewer-trial.bookwalker.jp
GNU General Public License v2.0
30 stars 3 forks source link

This tool helps you make private copies of bookwalker books that are available publicly under the viewer-trial subdomain.
It might work for other books too but that's not my goal here and probably doesn't work (it might with a few cookies and tweaks though).

The tool takes a cid (the UUID-like strings in the bookwalker URLs) and an optional download location as arguments and downloads every page of the book in order. The default download directory is ./$cid/ and you can make it relative to a different path by setting the second argument.

In this directory the tool creates:

Dependencies are listed in shell.nix, they should be pretty clear even if you don't use Nix.

Manga are supported but their images will be jumbled. The jumbling is probably reversible but this program can't do that yet.

License

This project is licensed under the GPLv2 or, at your choice, any later version released by the Free Software Foundation.