Skip to content

mastertea/mangarock.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mangarock

Script to download, decrypt and parse comics from mangarock. Enjoy!

Install

pip install -e git+https://github.com/italomaia/mangarock.py#egg=master

Usage

> 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

Dockerfile usage

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

Note

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.

About

mangarock script to download comics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.1%
  • Dockerfile 3.1%
  • Makefile 0.8%