Script to download, decrypt and parse comics from mangarock. Enjoy!
pip install -e git+https://github.com/italomaia/mangarock.py#egg=master
> mangarock mrs-serie-74620 # download full comic
> mangarock mrs-serie-74620 -c 0 # download first chapter as webp images
> mangarock mrs-serie-74620 -p -c 0 # download first chapter as png images
> mangarock mrs-serie-74620 -j -c 0 # download first chapter as jpg images
> mangarock mrs-serie-74620 -s # show info about the series
Given you have docker installed:
> cd /path/to/mangarock-project-folder
> docker build . -t mangarock
> docker run --rm -v /path/where/comic/should/be/put:/home/nonroot mangarock mrs-serie-74620 # or
> docker run --rm -v /path/where/comic/should/be/put:/home/nonroot mangarock mrs-serie-74620 -c 0
Images are downloaded in webp format, which is new in might not open with all image viewers. As a last resort, you can use your web browser to open it.
MRI parser is based in this implementation.
Series folder are not compatible with the comic file types (cbz, cbr, etc) yet because webp is simply not supported.